From 32e91ad17313c1298f49459704d1de2a2da94537 Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Wed, 24 Jul 2013 20:06:20 -0700 Subject: 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 --- res/menu/filtershow_activity_menu.xml | 5 +++++ res/values/filtershow_strings.xml | 3 +++ 2 files changed, 8 insertions(+) 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" /> + 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 @@ Show Applied Effects Hide Applied Effects + + Export Flattened Image + Settings -- cgit v1.2.3