summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 16:59:08 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 16:59:08 +0400
commitd70e6463ad7d48a24ede3da7ca98d675823e9999 (patch)
tree070781c94e5b28804dd70a96be093c6ab773ef79 /res/menu
parentd733127fa1531afad6b2f8472ef0ca64cb8b2a0f (diff)
implement default browsing of articles
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/category_menu.xml4
-rw-r--r--res/menu/feed_menu.xml8
2 files changed, 12 insertions, 0 deletions
diff --git a/res/menu/category_menu.xml b/res/menu/category_menu.xml
index a1e5f81b..69f26554 100644
--- a/res/menu/category_menu.xml
+++ b/res/menu/category_menu.xml
@@ -1,6 +1,10 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
+ android:id="@+id/browse_headlines"
+ android:title="@string/category_browse_headlines"/>
+
+ <item
android:id="@+id/browse_articles"
android:title="@string/category_browse_articles"/>
diff --git a/res/menu/feed_menu.xml b/res/menu/feed_menu.xml
index ff58a881..df8e4862 100644
--- a/res/menu/feed_menu.xml
+++ b/res/menu/feed_menu.xml
@@ -1,6 +1,14 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
+ android:id="@+id/browse_headlines"
+ android:title="@string/category_browse_headlines"/>
+
+ <item
+ android:id="@+id/browse_articles"
+ android:title="@string/category_browse_articles"/>
+
+ <item
android:id="@+id/catchup_feed"
android:title="@string/catchup"/>