summaryrefslogtreecommitdiff
path: root/res/menu/headlines_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 11:30:51 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 11:30:51 +0300
commitc60fd7d1fefead0db308f422996d039355f582a6 (patch)
treeb2e78fffa76128c520584d3534f41dca2d73c90d /res/menu/headlines_menu.xml
parent2f10a4a88ebeaf79385276e6b06b1308040ee7d1 (diff)
add internal marked icon
Diffstat (limited to 'res/menu/headlines_menu.xml')
-rw-r--r--res/menu/headlines_menu.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml
index 32ecae81..205e5648 100644
--- a/res/menu/headlines_menu.xml
+++ b/res/menu/headlines_menu.xml
@@ -2,19 +2,16 @@
<item
android:id="@+id/selection_toggle_unread"
- android:icon="@android:drawable/ic_menu_recent_history"
android:showAsAction=""
android:title="@string/context_selection_toggle_unread"/>
<item
android:id="@+id/selection_toggle_marked"
- android:icon="@android:drawable/star_off"
android:showAsAction=""
android:title="@string/context_selection_toggle_marked"/>
<item
android:id="@+id/selection_toggle_published"
- android:icon="@drawable/ic_menu_rss"
android:showAsAction=""
android:title="@string/context_selection_toggle_published"/>