summaryrefslogtreecommitdiff
path: root/res/menu/headlines_menu.xml
diff options
context:
space:
mode:
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"/>