From: masensio Date: Thu, 3 Apr 2014 08:08:57 +0000 (+0200) Subject: On any device, any orientation, show the icons for Upload and New folder directly... X-Git-Tag: oc-android-1.7.0_signed~351^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/d164646e289306ae85a2b2b9b3f952c2ddac0fe5?ds=inline;hp=--cc On any device, any orientation, show the icons for Upload and New folder directly in the bar. --- d164646e289306ae85a2b2b9b3f952c2ddac0fe5 diff --git a/res/menu-land/main_menu.xml b/res/menu-land/main_menu.xml deleted file mode 100644 index 6b848263..00000000 --- a/res/menu-land/main_menu.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index f30382e1..979d7309 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -23,25 +23,25 @@ android:id="@+id/action_upload" android:icon="@drawable/ic_action_upload" android:orderInCategory="2" - android:showAsAction="ifRoom|withText" + android:showAsAction="always" android:title="@string/actionbar_upload"/>