poi上报功能开发
BIN
app/src/main/res/drawable/icon_add_bg.png
Normal file
|
After Width: | Height: | Size: 165 B |
BIN
app/src/main/res/drawable/icon_del_bg.png
Normal file
|
After Width: | Height: | Size: 126 B |
BIN
app/src/main/res/drawable/mingcheng.png
Normal file
|
After Width: | Height: | Size: 303 B |
BIN
app/src/main/res/drawable/mingpian.png
Normal file
|
After Width: | Height: | Size: 404 B |
BIN
app/src/main/res/drawable/neibu.png
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
app/src/main/res/drawable/qita.png
Normal file
|
After Width: | Height: | Size: 244 B |
BIN
app/src/main/res/drawable/quanjing.png
Normal file
|
After Width: | Height: | Size: 375 B |
@@ -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>
|
||||
5
app/src/main/res/drawable/selector_change_bg.xml
Normal 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>
|
||||
@@ -5,5 +5,5 @@
|
||||
<corners android:radius="40dp" />
|
||||
|
||||
<solid android:color="@color/white" />
|
||||
|
||||
<stroke android:width="1dp" android:color="#918F8F"/>
|
||||
</shape>
|
||||
@@ -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>
|
||||