exit menu option should be a menu

This commit is contained in:
Nathan Freitas 2014-08-21 09:48:06 -04:00
parent 186e74b5dc
commit add04f238d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<item android:id="@+id/menu_exit"
android:title="@string/menu_exit"
android:icon="@drawable/ic_menu_exit"
yourapp:showAsAction="ifRoom"
yourapp:showAsAction="never"
/>