summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 15:22:03 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 15:22:03 +0300
commit973138935dbebbfe190b283196541b443840a8d1 (patch)
tree5e590db03311ddea9a8b5f6103c222c154add592 /res/menu
parent16fd6cebd7ebda1ff159abdc8a382e621fa358c4 (diff)
add menus to toggle marked/published on active article
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/main_menu.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 3e3a466e..6fc1ce6c 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -42,7 +42,15 @@
android:icon="@android:drawable/ic_menu_share"
android:title="@string/share_article"
android:showAsAction="ifRoom"/>
-
+
+ <item android:id="@+id/toggle_marked"
+ android:title="@string/toggle_marked"
+ android:showAsAction=""/>
+
+ <item android:id="@+id/toggle_published"
+ android:title="@string/toggle_published"
+ android:showAsAction=""/>
+
<item android:id="@+id/logout"
android:title="@string/logout"
android:showAsAction=""/>