summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-21 23:36:32 +0400
committerAndrew Dolgov <[email protected]>2013-10-21 23:36:32 +0400
commit956c6f27fae9dfe363e6ec53b2cd6a3f69cb3ff1 (patch)
tree32578996044f21b2b7926f2ec90e9527a8985c4f /res
parentbff474c925c571f9d6f56dfa6b27fd1114fa20fb (diff)
add article image context menu entry to copy link to clipboard
Diffstat (limited to 'res')
-rw-r--r--res/menu/article_content_img_context_menu.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/res/menu/article_content_img_context_menu.xml b/res/menu/article_content_img_context_menu.xml
index 0f14dd92..128a21df 100644
--- a/res/menu/article_content_img_context_menu.xml
+++ b/res/menu/article_content_img_context_menu.xml
@@ -4,20 +4,24 @@
android:id="@+id/article_img_open"
android:showAsAction=""
android:title="@string/article_img_open"/>
-
+ <item
+ android:id="@+id/article_img_copy"
+ android:showAsAction=""
+ android:title="@string/article_link_copy"/>
<item
android:id="@+id/article_img_share"
android:showAsAction=""
android:title="@string/article_img_share"/>
-
<item
android:id="@+id/article_img_view_caption"
android:showAsAction=""
android:title="@string/article_img_view_caption"/>
- <!-- <item
+ <!--
+ <item
android:id="@+id/article_img_save"
android:showAsAction=""
- android:title="Save image to file"/> -->
+ android:title="Save image to file"/>
+ -->
-</menu>
+</menu> \ No newline at end of file