summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 21:44:36 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 21:44:36 +0300
commitf242dcde6a6eabaac913688b0f25aa00c5572690 (patch)
tree2d3075e241b2c04bd17b56a97979327b882c24bc /res/menu
parentf16095ce5383552d2276297a80b88c4b55e6070e (diff)
implement workaround to make list items somewhat clickable in combined
mode, make title a link
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/headlines_menu.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml
index 205e5648..d4700e68 100644
--- a/res/menu/headlines_menu.xml
+++ b/res/menu/headlines_menu.xml
@@ -15,4 +15,20 @@
android:showAsAction=""
android:title="@string/context_selection_toggle_published"/>
+ <group android:id="@+id/menu_group_single_article">
+
+ <item
+ android:id="@+id/share_article"
+ android:showAsAction=""
+ android:title="@string/share_article"/>
+
+ <item
+ android:id="@+id/set_unread"
+ android:showAsAction=""
+ android:title="@string/article_set_unread"/>
+
+
+ </group>
+
+
</menu> \ No newline at end of file