summaryrefslogtreecommitdiff
path: root/res
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
parent8f38f2f7a3e95ee824f9f7694dec7f6204ca819e (diff)
add open article in web browser to headline context menu
Diffstat (limited to 'res')
-rw-r--r--res/menu/headlines_context_menu.xml4
-rw-r--r--res/values/strings.xml1
2 files changed, 5 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"/>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a6ec2eb7..3ab84958 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -216,4 +216,5 @@
<string name="unsubscribe">Unsubscribe</string>
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
<string name="toggle_sidebar">Toggle sidebar</string>
+ <string name="open_article_in_web_browser">Open in web browser</string>
</resources>