mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-18 05:42:15 -05:00
make star-mode let you click through to messages but not select mode or
delete mode
This commit is contained in:
parent
0e821f575a
commit
beec4ee3e1
@ -18,7 +18,7 @@
|
|||||||
android:id="@+id/flagged"
|
android:id="@+id/flagged"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:focusable="true"
|
android:focusable="false"
|
||||||
style="?android:attr/starStyle"
|
style="?android:attr/starStyle"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
/>
|
/>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:focusable="false"
|
android:focusable="true"
|
||||||
android:button="@drawable/checkbox"
|
android:button="@drawable/checkbox"
|
||||||
android:text=""
|
android:text=""
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user