summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-04-08 18:16:17 -0700
committernicolasroard <nicolasroard@google.com>2013-04-08 18:24:24 -0700
commit8c4e95f4380a4104c9968963a363b62746e6c967 (patch)
tree2a4690732c3037b9534e0a16b15e9382efc0ea1b /res/menu/photo.xml
parent31721073a7fae162a931f1d4998b12101a98916c (diff)
downloadandroid_packages_apps_Gallery2-8c4e95f4380a4104c9968963a363b62746e6c967.tar.gz
android_packages_apps_Gallery2-8c4e95f4380a4104c9968963a363b62746e6c967.tar.bz2
android_packages_apps_Gallery2-8c4e95f4380a4104c9968963a363b62746e6c967.zip
Add menu item to start the simple editor
Change-Id: Iac3ca76838a5f91186527863b3d990cbcad3faf0
Diffstat (limited to 'res/menu/photo.xml')
-rw-r--r--res/menu/photo.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index 9074aaa07..48742d12c 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -47,6 +47,10 @@
android:title="@string/edit"
android:showAsAction="never"
android:visible="false" />
+ <item android:id="@+id/action_simple_edit"
+ android:title="@string/simple_edit"
+ android:showAsAction="never"
+ android:visible="false" />
<item android:id="@+id/action_rotate_ccw"
android:showAsAction="never"
android:title="@string/rotate_left" />