1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:title="@string/batch_select_all"
android:icon="@drawable/ic_menu_select_all"
android:showAsAction="always"
android:showAsAction="never"
/>
<item
android:id="@+id/send_messages"