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