mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Add different action bar configuration for landscape and portrait
This commit is contained in:
parent
b50072b019
commit
6dde4ddd3a
1 changed files with 3 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
ownCloud Android client application
|
||||
|
||||
Copyright (C) 2012 Bartek Przybylski
|
||||
Copyright (C) 2012-2013 ownCloud Inc.
|
||||
Copyright (C) 2012-2014 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|withText"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/actionbar_upload"/>
|
||||
<item
|
||||
android:id="@+id/action_create_dir"
|
||||
android:icon="@drawable/ic_action_create_dir"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom|withText"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/actionbar_mkdir"/>
|
||||
<item
|
||||
android:id="@+id/action_sync_account"
|
||||
|
@ -44,6 +44,4 @@
|
|||
android:showAsAction="ifRoom"
|
||||
android:title="@string/actionbar_settings"/>
|
||||
|
||||
<!-- <item android:id="@+id/search" android:title="@string/actionbar_search" android:icon="@drawable/ic_action_search"></item> -->
|
||||
|
||||
</menu>
|
Loading…
Reference in a new issue