summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-01 08:32:17 +0300
committerAndrew Dolgov <[email protected]>2011-12-01 08:32:17 +0300
commit98cd1762e5208be31e5fa8ff9b27def40512f41d (patch)
treeebe22f11575a3118ed0cb39a8b8f1db8b8be4496 /res/menu/main_menu.xml
parentf44bd5e47d4086115f79964dddd94a291f128f95 (diff)
add mark above as read to article menu
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index f4f7ed30..0d59ecef 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -100,6 +100,11 @@
android:icon="@android:drawable/ic_menu_close_clear_cancel"
android:showAsAction="ifRoom"
android:title="@string/close_article"/>
+
+ <item
+ android:id="@+id/catchup_above"
+ android:icon="@drawable/ic_menu_tick"
+ android:title="@string/article_mark_read_above"/>
</group>
</group>