aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2011-11-30 11:30:51 +0300
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2011-11-30 11:30:51 +0300
commitc60fd7d1fefead0db308f422996d039355f582a6 (patch)
treeb2e78fffa76128c520584d3534f41dca2d73c90d /res/menu
parent2f10a4a88ebeaf79385276e6b06b1308040ee7d1 (diff)
add internal marked icon
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/headlines_menu.xml3
-rw-r--r--res/menu/main_menu.xml4
2 files changed, 2 insertions, 5 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"/>
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"/>