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

Never show settings icon on actionbar.

This commit is contained in:
Sander Bogaert 2012-07-16 13:34:13 -04:00 committed by Andrew Chen
parent 03cec1ef56
commit 5273c72f05

View File

@ -133,7 +133,7 @@
android:id="@+id/settings"
android:title="@string/preferences_action"
android:icon="@drawable/ic_menu_preferences"
android:showAsAction="ifRoom">
android:showAsAction="never">
<menu>
<item
android:id="@+id/folder_settings"