summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/category_menu.xml4
-rw-r--r--res/menu/feed_menu.xml7
-rw-r--r--res/values/strings.xml1
3 files changed, 12 insertions, 0 deletions
diff --git a/res/menu/category_menu.xml b/res/menu/category_menu.xml
index 59ff8f8c..a1e5f81b 100644
--- a/res/menu/category_menu.xml
+++ b/res/menu/category_menu.xml
@@ -8,4 +8,8 @@
android:id="@+id/browse_feeds"
android:title="@string/category_browse_feeds"/>
+ <item
+ android:id="@+id/catchup_category"
+ android:title="@string/catchup"/>
+
</menu> \ No newline at end of file
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
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c73be87f..8c80ddcf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -32,6 +32,7 @@
<string name="update_feeds">Refresh feeds</string>
<string name="close_article">Close article</string>
<string name="share_article">Share article</string>
+ <string name="catchup">Mark as read</string>
<string name="sort_feeds_by_unread">Sort feeds by unread count</string>
<string name="load_more_articles">Load more...</string>
<string name="show_all_articles">Show all articles</string>