summaryrefslogtreecommitdiffstats
path: root/res
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
commit32e91ad17313c1298f49459704d1de2a2da94537 (patch)
tree33efcdd7cfff71984d057c574991ae2464e89c84 /res
parent458da19fb064427a320aed8fe25b0c0cdb78109f (diff)
downloadandroid_packages_apps_Snap-32e91ad17313c1298f49459704d1de2a2da94537.tar.gz
android_packages_apps_Snap-32e91ad17313c1298f49459704d1de2a2da94537.tar.bz2
android_packages_apps_Snap-32e91ad17313c1298f49459704d1de2a2da94537.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')
-rw-r--r--res/menu/filtershow_activity_menu.xml5
-rw-r--r--res/values/filtershow_strings.xml3
2 files changed, 8 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>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 0a33108ad..503ebbb34 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -47,6 +47,9 @@
<string name="show_imagestate_panel">Show Applied Effects</string>
<!-- Text for the image state panel menu item [CHAR LIMIT=30] -->
<string name="hide_imagestate_panel">Hide Applied Effects</string>
+ <!-- Text for the menu item to export a flattened photo[CHAR LIMIT=30] -->
+ <string name="export_flattened">Export Flattened Image</string>
+
<!-- Name for the overflow menu item for settings [CHAR LIMIT=20] -->
<string name="menu_settings">Settings</string>