mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Never show 'select all' on actionbar.
This commit is contained in:
parent
3c17043615
commit
69bde2beab
@ -47,7 +47,7 @@
|
|||||||
android:id="@+id/select_all"
|
android:id="@+id/select_all"
|
||||||
android:title="@string/batch_select_all"
|
android:title="@string/batch_select_all"
|
||||||
android:icon="@drawable/ic_menu_select_all"
|
android:icon="@drawable/ic_menu_select_all"
|
||||||
android:showAsAction="always"
|
android:showAsAction="never"
|
||||||
/>
|
/>
|
||||||
<item
|
<item
|
||||||
android:id="@+id/send_messages"
|
android:id="@+id/send_messages"
|
||||||
|
Loading…
Reference in New Issue
Block a user