summaryrefslogtreecommitdiff
path: root/res/menu/article_content_img_context_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 11:17:59 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 11:17:59 +0400
commitcea68d6b5461172502f8f7b7e5ad493882097e32 (patch)
treef6cbcec7e7c7b6c9337d5eee9afa2a969718c393 /res/menu/article_content_img_context_menu.xml
parent2a268f6c6a5104d4e08d78114462bfcf93bfdc10 (diff)
implement basic webview context menu for images
Diffstat (limited to 'res/menu/article_content_img_context_menu.xml')
-rw-r--r--res/menu/article_content_img_context_menu.xml18
1 files changed, 18 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