From d164646e289306ae85a2b2b9b3f952c2ddac0fe5 Mon Sep 17 00:00:00 2001 From: masensio Date: Thu, 3 Apr 2014 10:08:57 +0200 Subject: [PATCH] On any device, any orientation, show the icons for Upload and New folder directly in the bar. --- res/menu-land/main_menu.xml | 46 --------------------------------------------- res/menu/main_menu.xml | 8 ++++---- 2 files changed, 4 insertions(+), 50 deletions(-) delete mode 100644 res/menu-land/main_menu.xml 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"/> -- 2.11.0