aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-04-24 22:28:40 +0200
committerArne Schwabe <arne@rfc2549.org>2014-05-17 13:08:15 +0200
commit7ed9d23ec6a4ca513ef6b8b2fced47aac26d7c49 (patch)
treed3792b480ac71ce5951c31915bc36a972fce0696 /main/res/drawable
parent57252f3f2b743ca70397dac853e9770065ced137 (diff)
downloadcgeo-7ed9d23ec6a4ca513ef6b8b2fced47aac26d7c49.zip
cgeo-7ed9d23ec6a4ca513ef6b8b2fced47aac26d7c49.tar.gz
cgeo-7ed9d23ec6a4ca513ef6b8b2fced47aac26d7c49.tar.bz2
Add off image for the mylocation png and add use for mapsview
Diffstat (limited to 'main/res/drawable')
-rw-r--r--main/res/drawable/ic_menu_myposition.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/drawable/ic_menu_myposition.xml b/main/res/drawable/ic_menu_myposition.xml
index 62d5546..b50eb1e 100644
--- a/main/res/drawable/ic_menu_myposition.xml
+++ b/main/res/drawable/ic_menu_myposition.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/actionbar_mylocation_on" android:state_checked="true"/>
- <item android:drawable="@drawable/actionbar_mylocation_off" android:state_checked="false" />
+ <item android:drawable="@drawable/ic_menu_mylocation" android:state_checked="true"/>
+ <item android:drawable="@drawable/ic_menu_mylocation_off" android:state_checked="false" />
</selector> \ No newline at end of file