summaryrefslogtreecommitdiff
path: root/res/menu/main_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/main_menu.xml
parent2f10a4a88ebeaf79385276e6b06b1308040ee7d1 (diff)
add internal marked icon
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"/>