Browse Source

moved switch menu item to three dots menu

tobiasKaminsky 9 years ago
parent
commit
2586298380
1 changed files with 1 additions and 0 deletions
  1. 1 0
      res/menu/main_menu.xml

+ 1 - 0
res/menu/main_menu.xml

@@ -38,6 +38,7 @@
         android:id="@+id/action_switch_view"
         android:icon="@android:drawable/ic_menu_view"
         android:orderInCategory="2"
+        app:showAsAction="never"
         android:title="@string/action_switch_grid_view" />
     <item
         android:id="@+id/action_sync_account"