aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/article_content_img_context_menu.xml18
-rw-r--r--res/values/strings.xml2
2 files changed, 20 insertions, 0 deletions
diff --git a/res/menu/article_content_img_context_menu.xml b/res/menu/article_content_img_context_menu.xml
new file mode 100644
index 00000000..3c46c1a1
--- /dev/null
+++ b/res/menu/article_content_img_context_menu.xml
@@ -0,0 +1,18 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/article_img_open"
+ android:showAsAction=""
+ android:title="@string/article_img_open"/>
+
+ <item
+ android:id="@+id/article_img_share"
+ android:showAsAction=""
+ android:title="@string/article_img_share"/>
+
+ <!-- <item
+ android:id="@+id/article_img_save"
+ android:showAsAction=""
+ android:title="Save image to file"/> -->
+
+</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5e96736a..fb03519c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -186,4 +186,6 @@
<string name="headlines_starred">Starred</string>
<string name="headlines_published">Published</string>
<string name="headlines_unread">Unread</string>
+ <string name="article_img_open">Open image</string>
+ <string name="article_img_share">Share image</string>
</resources>