summaryrefslogtreecommitdiff
path: root/res/menu/article_link_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_link_context_menu.xml
parent6663e58d16cdc9133f5ebf36e971fbceaeaebdef (diff)
remove actionbarsherlock, switch to appcompat stuff
Diffstat (limited to 'res/menu/article_link_context_menu.xml')
-rw-r--r--res/menu/article_link_context_menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/article_link_context_menu.xml b/res/menu/article_link_context_menu.xml
index 21fa3f76..8317d5e0 100644
--- a/res/menu/article_link_context_menu.xml
+++ b/res/menu/article_link_context_menu.xml
@@ -1,13 +1,13 @@
-<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_link_share"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/share_article"/>
<item
android:id="@+id/article_link_copy"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/article_link_copy"/>
</menu> \ No newline at end of file