summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-11-13 10:39:26 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2012-11-14 11:34:05 -0800
commitf00d4d052fd196ab4d736e3f9e9f3605a99f0094 (patch)
tree0d7ccd416ad4ab352b95be1edff5333222fd6183 /res/menu/photo.xml
parentaf1c7ae7ebe09c59c151d7efb6719e31cc13253b (diff)
downloadandroid_packages_apps_Snap-f00d4d052fd196ab4d736e3f9e9f3605a99f0094.tar.gz
android_packages_apps_Snap-f00d4d052fd196ab4d736e3f9e9f3605a99f0094.tar.bz2
android_packages_apps_Snap-f00d4d052fd196ab4d736e3f9e9f3605a99f0094.zip
Video: Add the mute functionality.
1. Enable the mute video functionality. 2. Consolidate the sharing code, especially for file handling. bug:7543943 Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc
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 df3e4e81c..16b242905 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -59,6 +59,9 @@
<item android:id="@+id/action_trim"
android:title="@string/trim_action"
android:showAsAction="never" />
+ <item android:id="@+id/action_mute"
+ android:title="@string/mute_action"
+ android:showAsAction="never" />
<item android:id="@+id/action_setas"
android:title="@string/set_image"
android:showAsAction="never" />