summaryrefslogtreecommitdiff
path: root/res/menu/category_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 13:02:16 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 13:02:16 +0300
commit980b5696e34b7025cd62d829fa9032bc864c2ab6 (patch)
tree989d4b5ffdade9817397dea1f719e67bfcfaa862 /res/menu/category_menu.xml
parent97ecce1d42ef87f3786aa7f51e29dd1c05d34c41 (diff)
implement browsing categories like feeds
Diffstat (limited to 'res/menu/category_menu.xml')
-rw-r--r--res/menu/category_menu.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/menu/category_menu.xml b/res/menu/category_menu.xml
new file mode 100644
index 00000000..d437a0ca
--- /dev/null
+++ b/res/menu/category_menu.xml
@@ -0,0 +1,11 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/browse_articles"
+ android:title="Browse articles"/>
+
+ <item
+ android:id="@+id/browse_feeds"
+ android:title="Browse feeds"/>
+
+</menu> \ No newline at end of file