make star-mode let you click through to messages but not select mode or

delete mode
This commit is contained in:
Jesse Vincent 2009-11-25 15:35:07 +00:00
parent 0e821f575a
commit beec4ee3e1
1 changed files with 2 additions and 2 deletions

View File

@ -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=""
/>