summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-07-13 01:36:11 +0200
committerBruno Martins <bgcngm@gmail.com>2018-11-20 10:17:35 +0000
commite756fdc7241f658e38ef4c117bfa8529e4f07cc3 (patch)
treed1280c254d3be318934aa9669eede600a5a3e7a1 /res/menu
parent0730a5a9ca2d52c1899ed750c97acfeddc453289 (diff)
downloadandroid_packages_apps_Gallery2-e756fdc7241f658e38ef4c117bfa8529e4f07cc3.tar.gz
android_packages_apps_Gallery2-e756fdc7241f658e38ef4c117bfa8529e4f07cc3.tar.bz2
android_packages_apps_Gallery2-e756fdc7241f658e38ef4c117bfa8529e4f07cc3.zip
Gallery2: Fix various issues and glitches
* Remove unnecessary navbar toggles, and add missing ones * Modify picker dialog style * Update main gallery layout so new bottom navigation works properly, and fix various other issues related to it * Don't hide action bar in editor when adjusting effects, so we can see the values we adjust * Update toolbar layout Change-Id: I2a8f0b57ec874434c0fd0bb55de784b5d8379091
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/albumset.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml
index 603fb9b7e..b21bf3d38 100644
--- a/res/menu/albumset.xml
+++ b/res/menu/albumset.xml
@@ -24,7 +24,7 @@
<item android:id="@+id/action_select"
android:icon="@drawable/ic_selection"
android:title="@string/select_album"
- android:showAsAction="never" />
+ android:showAsAction="ifRoom" />
<item android:id="@+id/action_manage_offline"
android:title="@string/make_available_offline"
android:visible="false"