summaryrefslogtreecommitdiff
path: root/res/menu/feed_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 15:40:23 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 15:40:23 +0300
commitef38363cdc4914c3a69780d319cfc9e173903441 (patch)
tree9313e7b7f14706c1d73dc7f05258b869ea2e5216 /res/menu/feed_menu.xml
parent823ea28ff54cd1e4f262f5af4a4f617336dad285 (diff)
add experimental feed context menu
Diffstat (limited to 'res/menu/feed_menu.xml')
-rw-r--r--res/menu/feed_menu.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/feed_menu.xml b/res/menu/feed_menu.xml
new file mode 100644
index 00000000..ff58a881
--- /dev/null
+++ b/res/menu/feed_menu.xml
@@ -0,0 +1,7 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/catchup_feed"
+ android:title="@string/catchup"/>
+
+</menu> \ No newline at end of file