summaryrefslogtreecommitdiff
path: root/res/menu/article_content_img_context_menu.xml
diff options
context:
space:
mode:
authorBrad Stewart <[email protected]>2013-03-31 16:47:05 -0400
committerAndrew Dolgov <[email protected]>2013-04-10 08:03:55 +0400
commitfc42b73ba599211bbdeda5da42d7710eb6976f81 (patch)
tree11fcaf91cd31befbb543a4c31f62c5b0df9fd7af /res/menu/article_content_img_context_menu.xml
parentbea25547115e26658ce64d4799ad5bd8f3cf48b8 (diff)
View title text on images
Conflicts: res/values-fr/strings.xml res/values/strings.xml
Diffstat (limited to 'res/menu/article_content_img_context_menu.xml')
-rw-r--r--res/menu/article_content_img_context_menu.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/menu/article_content_img_context_menu.xml b/res/menu/article_content_img_context_menu.xml
index 3c46c1a1..0f14dd92 100644
--- a/res/menu/article_content_img_context_menu.xml
+++ b/res/menu/article_content_img_context_menu.xml
@@ -9,10 +9,15 @@
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
android:id="@+id/article_img_save"
android:showAsAction=""
android:title="Save image to file"/> -->
-</menu> \ No newline at end of file
+</menu>