summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
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"/>