完成记录-已提交的布局展示

This commit is contained in:
md
2021-06-15 18:25:53 +08:00
parent 396eb2f2b0
commit 84b4eaca1e
27 changed files with 1076 additions and 204 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/colorPrimaryBlue" android:state_selected="true" />
<item android:drawable="@color/colormap" android:state_selected="false"/>
</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="@color/colorTransparent" android:state_selected="false"/>
<item android:drawable="@color/colorWhite" android:state_selected="true"/>
</selector>