From beec4ee3e10d1b6a637b117c63b342f81670904b Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 25 Nov 2009 15:35:07 +0000 Subject: [PATCH] make star-mode let you click through to messages but not select mode or delete mode --- res/layout/message_list_widgets.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/message_list_widgets.xml b/res/layout/message_list_widgets.xml index a9e5fcfc8..b44fe3042 100644 --- a/res/layout/message_list_widgets.xml +++ b/res/layout/message_list_widgets.xml @@ -18,7 +18,7 @@ android:id="@+id/flagged" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:focusable="true" + android:focusable="false" style="?android:attr/starStyle" android:layout_gravity="center_vertical" /> @@ -29,7 +29,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:focusable="false" + android:focusable="true" android:button="@drawable/checkbox" android:text="" />