summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-24 22:10:01 +0400
committerAndrew Dolgov <[email protected]>2012-09-24 22:10:01 +0400
commit53a1c5d5fe1c6e6e472988693066d98af2d88236 (patch)
treef79f7854819f040f29b8350efe99c44d6eb6123d /res
parentc6225cd16e73fd6ef0f6f6f2b5f4926c849abce9 (diff)
allow browsing child categories as categories
Diffstat (limited to 'res')
-rw-r--r--res/menu/feed_menu.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/feed_menu.xml b/res/menu/feed_menu.xml
index df8e4862..dc859124 100644
--- a/res/menu/feed_menu.xml
+++ b/res/menu/feed_menu.xml
@@ -8,6 +8,10 @@
android:id="@+id/browse_articles"
android:title="@string/category_browse_articles"/>
+ <item
+ android:id="@+id/browse_feeds"
+ android:title="@string/category_browse_feeds"/>
+
<item
android:id="@+id/catchup_feed"
android:title="@string/catchup"/>