summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorwqi <wqi@codeaurora.org>2016-03-10 14:18:18 +0800
committerwqi <wqi@codeaurora.org>2016-03-10 14:19:55 +0800
commitce26d833472b720e122d2b12a5278c4011a205a8 (patch)
tree9f321e1a064d6dd2e6ac2aaec101926796c58032 /res/menu
parentee586846cc5e3916398dc25fe59ed9f2601a4790 (diff)
downloadandroid_packages_apps_Gallery2-ce26d833472b720e122d2b12a5278c4011a205a8.tar.gz
android_packages_apps_Gallery2-ce26d833472b720e122d2b12a5278c4011a205a8.tar.bz2
android_packages_apps_Gallery2-ce26d833472b720e122d2b12a5278c4011a205a8.zip
Gallery2: Remove setting option and move slideshow button.
Remove setting option from the overflows in MovieActivity and move 'Slideshow' button to overflows in Timeline according to UX specification document. Change-Id: If20701efcefeff9d44a40e6f6ed71cc95ae622e3 CRs-Fixed: 986787
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/album.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/album.xml b/res/menu/album.xml
index 00fd3ff17..8151d1fb4 100644
--- a/res/menu/album.xml
+++ b/res/menu/album.xml
@@ -21,7 +21,7 @@
<item android:id="@+id/action_slideshow"
android:icon="@drawable/slideshow"
android:title="@string/slideshow"
- android:showAsAction="ifRoom" />
+ android:showAsAction="never" />
<item android:id="@+id/action_select"
android:title="@string/select_item"
android:showAsAction="never" />