summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/share_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/share_menu.xml')
-rw-r--r--org.fox.ttrss/src/main/res/menu/share_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/share_menu.xml b/org.fox.ttrss/src/main/res/menu/share_menu.xml
index f2cb8145..abf87ccd 100644
--- a/org.fox.ttrss/src/main/res/menu/share_menu.xml
+++ b/org.fox.ttrss/src/main/res/menu/share_menu.xml
@@ -1,9 +1,9 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ugh="http://schemas.android.com/apk/res-auto" >
+<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/preferences"
android:icon="@android:drawable/ic_menu_preferences"
- ugh:showAsAction=""
+ app:showAsAction=""
android:title="@string/preferences"/>
</menu> \ No newline at end of file