From: masensio Date: Wed, 2 Apr 2014 09:19:08 +0000 (+0200) Subject: Revert "Add different action bar configuration for landscape and portrait" X-Git-Tag: oc-android-1.7.0_signed~351^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/c3da11d2447434ed4d5b0de1b71e87ced9e77d0d?ds=inline;hp=--cc Revert "Add different action bar configuration for landscape and portrait" This reverts commit 6dde4ddd3a1dd5f8e239f5056d863274ae2196da. --- c3da11d2447434ed4d5b0de1b71e87ced9e77d0d diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 2823da52..f30382e1 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -3,7 +3,7 @@ ownCloud Android client application Copyright (C) 2012 Bartek Przybylski - Copyright (C) 2012-2014 ownCloud Inc. + Copyright (C) 2012-2013 ownCloud Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, @@ -23,13 +23,13 @@ android:id="@+id/action_upload" android:icon="@drawable/ic_action_upload" android:orderInCategory="2" - android:showAsAction="ifRoom" + android:showAsAction="ifRoom|withText" android:title="@string/actionbar_upload"/> + + \ No newline at end of file