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