summaryrefslogtreecommitdiff
path: root/res/menu/share_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 19:43:03 +0400
committerAndrew Dolgov <[email protected]>2013-03-24 19:43:03 +0400
commitad12b2b945d23af48d3930c1602971dc8e4924d8 (patch)
tree3c35724d3f9ce0faf9989a12e6ae021f9bef899c /res/menu/share_menu.xml
parentc6493ebb707216fcc5241528298b94302c49d373 (diff)
integrate share app stuff into tt-rss app
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