poi上报功能开发

This commit is contained in:
wds
2021-06-11 18:14:00 +08:00
parent e93fff2cef
commit 396eb2f2b0
42 changed files with 1949 additions and 414 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/checkbox" android:state_pressed="false"/>
<item android:drawable="@mipmap/checkbox_checked" android:state_pressed="true"/>
<item android:drawable="@mipmap/checkbox" android:state_checked="false"/>
<item android:drawable="@mipmap/checkbox_checked" 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="@drawable/shape_red_radius_bg" android:state_checked="true" />
<item android:drawable="@drawable/shape_transparent_pink_radius_bg" android:state_checked="false"/>
</selector>

View File

@@ -5,5 +5,5 @@
<corners android:radius="40dp" />
<solid android:color="@color/white" />
<stroke android:width="1dp" android:color="#918F8F"/>
</shape>

View File

@@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#fff"/>
<stroke android:width="2dp"
<stroke android:width="1dp"
android:color="#D1D0CF"/>
</shape>