diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-28 20:34:40 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-28 20:34:40 +0200 |
| commit | 9dc771f98c2fbc2d4791635dcf769a3c0ec32efb (patch) | |
| tree | 0871224ab63aa75e88074866dbadde5fc641b444 /main/res/menu | |
| parent | 9665b94a284340856a2e7b9df2fa4c31d1745c1c (diff) | |
| download | cgeo-9dc771f98c2fbc2d4791635dcf769a3c0ec32efb.zip cgeo-9dc771f98c2fbc2d4791635dcf769a3c0ec32efb.tar.gz cgeo-9dc771f98c2fbc2d4791635dcf769a3c0ec32efb.tar.bz2 | |
fix white map mode icon
Diffstat (limited to 'main/res/menu')
| -rw-r--r-- | main/res/menu/cache_list_options.xml | 2 |
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> |
