aboutsummaryrefslogtreecommitdiff
path: root/res/menu/headlines_action_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2014-10-15 13:29:20 +0400
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2014-10-15 13:29:20 +0400
commit4eef7998285ebd2e1c9baace3c027023e2907cba (patch)
treeaa3f86f4b0591949984f6634fc6d632f83396131 /res/menu/headlines_action_menu.xml
parent6663e58d16cdc9133f5ebf36e971fbceaeaebdef (diff)
remove actionbarsherlock, switch to appcompat stuff
Diffstat (limited to 'res/menu/headlines_action_menu.xml')
-rw-r--r--res/menu/headlines_action_menu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/menu/headlines_action_menu.xml b/res/menu/headlines_action_menu.xml
index f6e97d93..462fac40 100644
--- a/res/menu/headlines_action_menu.xml
+++ b/res/menu/headlines_action_menu.xml
@@ -1,21 +1,21 @@
-<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/selection_toggle_unread"
- android:showAsAction="ifRoom"
+ ugh: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"
- android:showAsAction="ifRoom"
+ ugh:showAsAction="ifRoom"
android:title="@string/selection_toggle_marked"/>
<item
android:id="@+id/selection_toggle_published"
android:icon="@drawable/ic_menu_unpublished_light"
- android:showAsAction="ifRoom"
+ ugh:showAsAction="ifRoom"
android:title="@string/selection_toggle_published"/>
</menu> \ No newline at end of file