summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 15:55:22 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 15:55:22 +0300
commit6b32c5153c2952dad2c4ab6e463f579a20011fc1 (patch)
treefb55776e749721c2c61cd9db59da9322c0653b50 /res/menu/main_menu.xml
parent45b7bff4231a225b3d5ebc54192f2a2f16c6542b (diff)
implement marking articles as unread
do not notify server to catchup article if it isn't unread when selecting
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 216b24c5..90041b6e 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -47,6 +47,10 @@
android:title="@string/toggle_marked"
android:showAsAction=""/>
+ <item android:id="@+id/set_unread"
+ android:title="@string/set_unread"
+ android:showAsAction=""/>
+
<item android:id="@+id/toggle_published"
android:icon="@drawable/ic_menu_rss"
android:title="@string/toggle_published"