summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 15:40:23 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 15:40:23 +0300
commitef38363cdc4914c3a69780d319cfc9e173903441 (patch)
tree9313e7b7f14706c1d73dc7f05258b869ea2e5216 /res
parent823ea28ff54cd1e4f262f5af4a4f617336dad285 (diff)
add experimental feed context menu
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>