summaryrefslogtreecommitdiff
path: root/res/menu/share_menu.xml
diff options
context:
space:
mode:
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