完成寻宝页面的地图展示

This commit is contained in:
md
2021-06-04 18:01:44 +08:00
parent c4c3184600
commit dd3ef4012c
25 changed files with 828 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/map_type" android:state_checked="false"/>
<item android:drawable="@mipmap/map_type_select" android:state_checked="true"/>
</selector>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/footprint" android:state_checked="false"/>
<item android:drawable="@mipmap/footprint_select" android:state_checked="true"/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B