summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-01 17:49:30 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-01 18:15:52 -0700
commitee899c09c88e5b054397ac44ad20e5055cd24f39 (patch)
tree0ac846de9ca43a3b61416a7231028dbf416800fc /res/menu
parent3cf502a91b36bf6ce633f897505b0a2c3fc53ad5 (diff)
downloadandroid_packages_apps_Gallery2-ee899c09c88e5b054397ac44ad20e5055cd24f39.tar.gz
android_packages_apps_Gallery2-ee899c09c88e5b054397ac44ad20e5055cd24f39.tar.bz2
android_packages_apps_Gallery2-ee899c09c88e5b054397ac44ad20e5055cd24f39.zip
Improve display of ActionBar album mode switcher
Bug: 7265942 Bug: 7266862 - Ellipsize the title of the album when appropriate - Show correctly title when swiping from camera to gallery - Hide the delete icon in the overflow menu to match the latest UX mocks, making more room for title Change-Id: Ief77f65c972e75086c5dbf4229c9462cbcc17940
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/photo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index 942de3fc0..df3e4e81c 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -38,7 +38,7 @@
android:icon="@drawable/ic_menu_trash_holo_light"
android:title="@string/delete"
android:visible="false"
- android:showAsAction="ifRoom" />
+ android:showAsAction="never" />
<item android:id="@+id/action_slideshow"
android:icon="@drawable/ic_menu_slideshow_holo_light"
android:title="@string/slideshow"