summaryrefslogtreecommitdiffstats
path: root/res/menu/album.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-09-06 17:14:02 -0700
committerBobby Georgescu <georgescu@google.com>2012-09-09 00:15:48 -0700
commit7eea4d3ac59aa88d327fc0d58f5e4052f43c54c9 (patch)
treeb10783948683f3753d03dad00b9c8ed73389066e /res/menu/album.xml
parent4badebb6c36f6dc5ae1af74d78acd1e7f2e251c9 (diff)
downloadandroid_packages_apps_Gallery2-7eea4d3ac59aa88d327fc0d58f5e4052f43c54c9.tar.gz
android_packages_apps_Gallery2-7eea4d3ac59aa88d327fc0d58f5e4052f43c54c9.tar.bz2
android_packages_apps_Gallery2-7eea4d3ac59aa88d327fc0d58f5e4052f43c54c9.zip
Reskin: switching between filmstrip and grid in album
Bug: 7050303 Bug: 6541425 Allows switching between the filmstrip and the grid views within albums and launches camera roll in filmstrip mode by default. Also fixes animation issue when animating from full-screen to grid view. Change-Id: I2a37b92c129cc090fd807973f7e3e82fed207cd3
Diffstat (limited to 'res/menu/album.xml')
-rw-r--r--res/menu/album.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/menu/album.xml b/res/menu/album.xml
index 93abccaea..ea2a7802d 100644
--- a/res/menu/album.xml
+++ b/res/menu/album.xml
@@ -18,10 +18,14 @@
android:icon="@drawable/ic_menu_camera_holo_light"
android:title="@string/switch_to_camera"
android:showAsAction="ifRoom" />
+ <item android:id="@+id/action_filmstrip"
+ android:icon="@android:drawable/ic_dialog_map"
+ android:title="@string/switch_photo_filmstrip"
+ android:showAsAction="ifRoom" />
<item android:id="@+id/action_slideshow"
android:icon="@drawable/ic_menu_slideshow_holo_light"
android:title="@string/slideshow"
- android:showAsAction="ifRoom" />
+ android:showAsAction="never" />
<item android:id="@+id/action_select"
android:title="@string/select_item"
android:showAsAction="never" />