summaryrefslogtreecommitdiff
path: root/res/menu/share_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/share_menu.xml
parent6663e58d16cdc9133f5ebf36e971fbceaeaebdef (diff)
remove actionbarsherlock, switch to appcompat stuff
Diffstat (limited to 'res/menu/share_menu.xml')
-rw-r--r--res/menu/share_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/share_menu.xml b/res/menu/share_menu.xml
index 7eb79800..f2cb8145 100644
--- a/res/menu/share_menu.xml
+++ b/res/menu/share_menu.xml
@@ -1,9 +1,9 @@
-<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/preferences"
android:icon="@android:drawable/ic_menu_preferences"
- android:showAsAction=""
+ ugh:showAsAction=""
android:title="@string/preferences"/>
</menu> \ No newline at end of file