summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-16 16:21:19 +0400
committerAndrew Dolgov <[email protected]>2014-01-16 16:21:19 +0400
commite3280a06ab1f6412a854d9626f44edbfeb974296 (patch)
tree85435390876bb620af1a4023aa210b62907676b5 /res/menu
parent8f38f2f7a3e95ee824f9f7694dec7f6204ca819e (diff)
add open article in web browser to headline context menu
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/headlines_context_menu.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/headlines_context_menu.xml b/res/menu/headlines_context_menu.xml
index 2a445216..d50fac1d 100644
--- a/res/menu/headlines_context_menu.xml
+++ b/res/menu/headlines_context_menu.xml
@@ -19,6 +19,10 @@
android:showAsAction=""
android:title="@string/share_article"/>
<item
+ android:id="@+id/headlines_article_link_open"
+ android:showAsAction=""
+ android:title="@string/open_article_in_web_browser"/>
+ <item
android:id="@+id/headlines_article_link_copy"
android:showAsAction=""
android:title="@string/article_link_copy"/>