From: Andy Scherzinger Date: Mon, 2 Nov 2015 17:06:30 +0000 (+0100) Subject: force all menu items into the overflow menu (see discussion https://github.com/ownclo... X-Git-Tag: beta-20151202~3^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/72b330d25b673a702ebdcfcac8f2884fe214ecfd?ds=inline;hp=--cc force all menu items into the overflow menu (see discussion https://github.com/owncloud/android/issues/1232#issuecomment-153075076) --- 72b330d25b673a702ebdcfcac8f2884fe214ecfd diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index bd218930..e3f2fc3f 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -24,21 +24,21 @@ android:id="@+id/action_create_dir" android:icon="@drawable/ic_action_create_dir" android:orderInCategory="1" - app:showAsAction="always" + app:showAsAction="never" android:title="@string/actionbar_mkdir" android:contentDescription="@string/actionbar_mkdir"/>