1
0
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:
Sander Bogaert 2012-07-25 16:39:13 -04:00 committed by Andrew Chen
parent 3c17043615
commit 69bde2beab

View File

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