Don't show ActionBar icon for settings.

This commit is contained in:
Felix Ableitner 2015-04-24 12:23:08 +02:00
parent 063850b3d8
commit fa86101b7c
5 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -10,12 +10,10 @@
<item
android:id="@+id/settings"
android:icon="@drawable/ic_action_settings"
android:title="@string/settings"
android:showAsAction="ifRoom" />
android:title="@string/settings" />
<item
android:id="@+id/exit"
android:title="@string/exit" />
</menu>
</menu>