summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-08-23 16:45:11 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2012-08-27 13:24:33 -0700
commit50ea2d2938218ac6b2039f0e42998cfbbc45d1f1 (patch)
tree04fc97ec0f3b876c45a2c157cc004de65591b92e /res/menu/photo.xml
parent45c56f2d34c71d0bc9b84ebeef6d1314738d0fc0 (diff)
downloadandroid_packages_apps_Gallery2-50ea2d2938218ac6b2039f0e42998cfbbc45d1f1.tar.gz
android_packages_apps_Gallery2-50ea2d2938218ac6b2039f0e42998cfbbc45d1f1.tar.bz2
android_packages_apps_Gallery2-50ea2d2938218ac6b2039f0e42998cfbbc45d1f1.zip
add the menu button to support trimming
This is only visible for video item. Change-Id: I17f8e902f3560cc8524f890705c020901331df74
Diffstat (limited to 'res/menu/photo.xml')
-rw-r--r--res/menu/photo.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index b3820c3a6..eb23684ad 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -48,6 +48,9 @@
<item android:id="@+id/action_crop"
android:title="@string/crop_action"
android:showAsAction="never" />
+ <item android:id="@+id/action_trim"
+ android:title="@string/trim_action"
+ android:showAsAction="never" />
<item android:id="@+id/action_setas"
android:title="@string/set_image"
android:showAsAction="never" />