summaryrefslogtreecommitdiffstats
path: root/res/menu/gallery_multiselect.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-03-07 14:15:57 -0800
committerBobby Georgescu <georgescu@google.com>2013-03-08 15:41:15 -0800
commite5e563c6bacff6ae25d1cb0e1ee77abdfa8002ea (patch)
tree5943ae12315bf2c80d360ab01a83c079a6cf70df /res/menu/gallery_multiselect.xml
parenta81d7817af4fe6353a45be5069a2df5bb15fd4ae (diff)
downloadandroid_packages_apps_Snap-e5e563c6bacff6ae25d1cb0e1ee77abdfa8002ea.tar.gz
android_packages_apps_Snap-e5e563c6bacff6ae25d1cb0e1ee77abdfa8002ea.tar.bz2
android_packages_apps_Snap-e5e563c6bacff6ae25d1cb0e1ee77abdfa8002ea.zip
Add sharing support
Change-Id: I2c7f18b0d6dd057c1fba96c1133d563f32abf55c
Diffstat (limited to 'res/menu/gallery_multiselect.xml')
-rw-r--r--res/menu/gallery_multiselect.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/gallery_multiselect.xml b/res/menu/gallery_multiselect.xml
new file mode 100644
index 000000000..3fbb6a7e5
--- /dev/null
+++ b/res/menu/gallery_multiselect.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:id="@+id/menu_share"
+ android:title="@string/share"
+ android:showAsAction="ifRoom"
+ android:actionProviderClass="android.widget.ShareActionProvider" />
+</menu> \ No newline at end of file