summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 719f004c..25917298 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -63,7 +63,7 @@
<item
android:id="@+id/selection_toggle_marked"
- android:icon="@android:drawable/star_off"
+ android:icon="@drawable/ic_menu_marked"
android:showAsAction=""
android:title="@string/selection_toggle_marked"/>
@@ -84,7 +84,7 @@
<item
android:id="@+id/toggle_marked"
- android:icon="@android:drawable/star_off"
+ android:icon="@drawable/ic_menu_marked"
android:showAsAction=""
android:title="@string/article_toggle_marked"/>