summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 11:54:42 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 11:54:42 +0300
commitbc688118d286f71054d9b7b8ce5c6804c94e2412 (patch)
tree7a4e1005bf99f9fd631e69b46b91ca06c1ce3c95 /res/menu/main_menu.xml
parentc60fd7d1fefead0db308f422996d039355f582a6 (diff)
various menu improvements
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 25917298..607dce2b 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -56,10 +56,10 @@
<group android:id="@+id/menu_group_headlines_selection" >
<item
- android:id="@+id/selection_mark_as_read"
- android:icon="@android:drawable/ic_menu_close_clear_cancel"
+ android:id="@+id/selection_toggle_unread"
+ android:icon="@android:drawable/ic_menu_rotate"
android:showAsAction=""
- android:title="@string/selection_mark_as_read"/>
+ android:title="@string/selection_toggle_unread"/>
<item
android:id="@+id/selection_toggle_marked"