1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Never show expunge on actionbar.

This commit is contained in:
Sander Bogaert 2012-07-17 09:08:16 -04:00 committed by Andrew Chen
parent 6c27d3e7ef
commit 9cdc892919

View File

@ -155,6 +155,6 @@
<item <item
android:id="@+id/expunge" android:id="@+id/expunge"
android:title="@string/expunge_action" android:title="@string/expunge_action"
android:showAsAction="ifRoom" android:showAsAction="never"
/> />
</menu> </menu>