summaryrefslogtreecommitdiff
path: root/res/menu/share_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/share_menu.xml')
-rw-r--r--res/menu/share_menu.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/menu/share_menu.xml b/res/menu/share_menu.xml
new file mode 100644
index 00000000..7eb79800
--- /dev/null
+++ b/res/menu/share_menu.xml
@@ -0,0 +1,9 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/preferences"
+ android:icon="@android:drawable/ic_menu_preferences"
+ android:showAsAction=""
+ android:title="@string/preferences"/>
+
+</menu> \ No newline at end of file