summaryrefslogtreecommitdiff
path: root/res/menu/headlines_action_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-16 11:06:22 +0400
committerAndrew Dolgov <[email protected]>2013-04-16 11:06:22 +0400
commit0100df9bb73fb2fc228a082ed063972bd42e9e6b (patch)
tree06d95a2d56a6c720e4c55d885ec12feb76822c66 /res/menu/headlines_action_menu.xml
parent0e744d41bad7ed65f4013129b8c9e48ded78f43d (diff)
further icon tweaks, update publish icon
Diffstat (limited to 'res/menu/headlines_action_menu.xml')
-rw-r--r--res/menu/headlines_action_menu.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/menu/headlines_action_menu.xml b/res/menu/headlines_action_menu.xml
index 58cd900b..5764e179 100644
--- a/res/menu/headlines_action_menu.xml
+++ b/res/menu/headlines_action_menu.xml
@@ -3,17 +3,18 @@
<item
android:id="@+id/selection_toggle_unread"
android:showAsAction="ifRoom"
+ android:icon="@drawable/ic_undo_light"
android:title="@string/selection_toggle_unread"/>
<item
android:id="@+id/selection_toggle_marked"
- android:icon="@drawable/ic_menu_marked"
+ android:icon="@drawable/ic_unimportant_light"
android:showAsAction="ifRoom"
android:title="@string/selection_toggle_marked"/>
<item
android:id="@+id/selection_toggle_published"
- android:icon="@drawable/ic_menu_publish"
+ android:icon="@drawable/ic_menu_publish_light"
android:showAsAction="ifRoom"
android:title="@string/selection_toggle_published"/>