aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-28 20:34:40 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-28 20:34:40 +0200
commit9dc771f98c2fbc2d4791635dcf769a3c0ec32efb (patch)
tree0871224ab63aa75e88074866dbadde5fc641b444
parent9665b94a284340856a2e7b9df2fa4c31d1745c1c (diff)
downloadcgeo-9dc771f98c2fbc2d4791635dcf769a3c0ec32efb.zip
cgeo-9dc771f98c2fbc2d4791635dcf769a3c0ec32efb.tar.gz
cgeo-9dc771f98c2fbc2d4791635dcf769a3c0ec32efb.tar.bz2
fix white map mode icon
-rw-r--r--main/res/menu/cache_list_options.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/menu/cache_list_options.xml b/main/res/menu/cache_list_options.xml
index c66af39..1ff0851 100644
--- a/main/res/menu/cache_list_options.xml
+++ b/main/res/menu/cache_list_options.xml
@@ -4,7 +4,7 @@
<item
android:id="@+id/menu_show_on_map"
- android:icon="@drawable/actionbar_map"
+ android:icon="@drawable/ic_menu_mapmode"
cgeo:showAsAction="ifRoom"
android:title="@string/caches_on_map">
</item>