summaryrefslogtreecommitdiffstats
path: root/res/layout/event_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/event_list_item.xml')
-rw-r--r--res/layout/event_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/event_list_item.xml b/res/layout/event_list_item.xml
index b9782341..2fc7f5e7 100644
--- a/res/layout/event_list_item.xml
+++ b/res/layout/event_list_item.xml
@@ -30,7 +30,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:background="?android:attr/activatedBackgroundIndicator">
<CheckBox
android:id="@+id/checkbox"