summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml')
-rw-r--r--org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml b/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml
index 462fac40..c6e519a0 100644
--- a/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml
+++ b/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml
@@ -1,21 +1,21 @@
-<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/selection_toggle_unread"
- ugh:showAsAction="ifRoom"
+ app:showAsAction="ifRoom"
android:icon="@drawable/ic_unread_light"
android:title="@string/selection_toggle_unread"/>
<item
android:id="@+id/selection_toggle_marked"
android:icon="@drawable/ic_unimportant_light"
- ugh:showAsAction="ifRoom"
+ app:showAsAction="ifRoom"
android:title="@string/selection_toggle_marked"/>
<item
android:id="@+id/selection_toggle_published"
android:icon="@drawable/ic_menu_unpublished_light"
- ugh:showAsAction="ifRoom"
+ app:showAsAction="ifRoom"
android:title="@string/selection_toggle_published"/>
</menu> \ No newline at end of file