summaryrefslogtreecommitdiffstats
path: root/res/menu/bookmark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/bookmark.xml')
-rw-r--r--res/menu/bookmark.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/bookmark.xml b/res/menu/bookmark.xml
index 4055b5e..b761779 100644
--- a/res/menu/bookmark.xml
+++ b/res/menu/bookmark.xml
@@ -17,12 +17,12 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/add_bookmark"
- android:icon="@drawable/ic_favorite_off_normal"
+ android:icon="@drawable/ic_bookmark_off_holo_dark"
android:title="@string/add_new_bookmark"
android:showAsAction="always|withText" />
<item
android:id="@+id/go_home"
- android:icon="@drawable/ic_home"
+ android:icon="@drawable/ic_home_holo_dark"
android:showAsAction="always" />
<item
android:id="@+id/thumbnail_view"