summaryrefslogtreecommitdiff
path: root/res/menu/article_content_img_context_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 13:29:20 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 13:29:20 +0400
commit4eef7998285ebd2e1c9baace3c027023e2907cba (patch)
treeaa3f86f4b0591949984f6634fc6d632f83396131 /res/menu/article_content_img_context_menu.xml
parent6663e58d16cdc9133f5ebf36e971fbceaeaebdef (diff)
remove actionbarsherlock, switch to appcompat stuff
Diffstat (limited to 'res/menu/article_content_img_context_menu.xml')
-rw-r--r--res/menu/article_content_img_context_menu.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/menu/article_content_img_context_menu.xml b/res/menu/article_content_img_context_menu.xml
index 128a21df..691a1401 100644
--- a/res/menu/article_content_img_context_menu.xml
+++ b/res/menu/article_content_img_context_menu.xml
@@ -1,26 +1,26 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ugh="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/article_img_open"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/article_img_open"/>
<item
android:id="@+id/article_img_copy"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/article_link_copy"/>
<item
android:id="@+id/article_img_share"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/article_img_share"/>
<item
android:id="@+id/article_img_view_caption"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/article_img_view_caption"/>
<!--
<item
android:id="@+id/article_img_save"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="Save image to file"/>
-->