summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-07-24 20:06:20 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-07-25 09:50:23 -0700
commit568b8d8bade4aac4bc598dff9b76ced159c533bf (patch)
tree742e4f4596b39be61214b682464332f6ba6401e5 /res/menu
parent2d3b8b11f03ab41558866d2b996b76e0ceef845a (diff)
downloadandroid_packages_apps_Gallery2-568b8d8bade4aac4bc598dff9b76ced159c533bf.tar.gz
android_packages_apps_Gallery2-568b8d8bade4aac4bc598dff9b76ced159c533bf.tar.bz2
android_packages_apps_Gallery2-568b8d8bade4aac4bc598dff9b76ced159c533bf.zip
Added support to export to a flattened photo.
Bug: 10008212 - Adds a menu item to allow a photo with edits to be flattened into a separate photo. - Fixes bug where crop intents fail to save cropped images. Change-Id: I1dcf1bb9ba22e72378f24e7971a74f81b8db7564
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/filtershow_activity_menu.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
index 0a8f4e97a..cf083de9f 100644
--- a/res/menu/filtershow_activity_menu.xml
+++ b/res/menu/filtershow_activity_menu.xml
@@ -24,4 +24,9 @@
android:showAsAction="never"
android:visible="true"
android:title="@string/show_imagestate_panel" />
+ <item
+ android:id="@+id/exportFlattenButton"
+ android:showAsAction="never"
+ android:visible="true"
+ android:title="@string/export_flattened" />
</menu>