mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 23:15:10 -05:00
Never show expunge on actionbar.
This commit is contained in:
parent
6c27d3e7ef
commit
9cdc892919
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user