修改页面bug
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 165 B |
Binary file not shown.
|
Before Width: | Height: | Size: 126 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB |
8
app/src/main/res/drawable/selector_hui_bg.xml
Normal file
8
app/src/main/res/drawable/selector_hui_bg.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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_disable" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/shape_red_radius_bg_disable" android:state_selected="true" />
|
||||
<item android:drawable="@drawable/shape_red_radius_bg_disable" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/shape_red_radius_bg_disable" android:state_enabled="false"/>
|
||||
<item android:drawable="@drawable/shape_hui_bg" />
|
||||
</selector>
|
||||
8
app/src/main/res/drawable/selector_red_bg.xml
Normal file
8
app/src/main/res/drawable/selector_red_bg.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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_disable" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/shape_red_radius_bg_disable" android:state_selected="true" />
|
||||
<item android:drawable="@drawable/shape_red_radius_bg_disable" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/shape_red_radius_bg_disable" android:state_enabled="false"/>
|
||||
<item android:drawable="@drawable/shape_radius_bg" />
|
||||
</selector>
|
||||
4
app/src/main/res/drawable/shap_red_bg.xml
Normal file
4
app/src/main/res/drawable/shap_red_bg.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorPrimaryBlue" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/shape_hui_bg.xml
Normal file
5
app/src/main/res/drawable/shape_hui_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color=" #EFEDED" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/shape_radius_bg.xml
Normal file
5
app/src/main/res/drawable/shape_radius_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorPrimaryBlue" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user