From 633b3da44e0d763342d4c29ffd715c8450d85edd Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sat, 23 Feb 2013 01:27:39 -0500 Subject: [PATCH] Android: Add checkmark attribute to event log row layout. --- android/BOINC/res/layout/eventlog_layout_listitem.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/BOINC/res/layout/eventlog_layout_listitem.xml b/android/BOINC/res/layout/eventlog_layout_listitem.xml index c4f9a5e165..825bc98e2b 100644 --- a/android/BOINC/res/layout/eventlog_layout_listitem.xml +++ b/android/BOINC/res/layout/eventlog_layout_listitem.xml @@ -27,7 +27,8 @@ android:id="@+id/msgs_message" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_margin="2dp" /> + android:layout_margin="2dp" + android:checkMark="?android:attr/listChoiceIndicatorMultiple" />