编辑资料
This commit is contained in:
9
OneToOne/src/main/res/drawable/background_ffbe41.xml
Normal file
9
OneToOne/src/main/res/drawable/background_ffbe41.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="20dp" />
|
||||
<solid android:color="@color/yellow_ffbe41" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
11
OneToOne/src/main/res/drawable/bg_line_ffbe41.xml
Normal file
11
OneToOne/src/main/res/drawable/bg_line_ffbe41.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="20dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="20dp"
|
||||
android:topRightRadius="20dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/yellow_ffbe41" />
|
||||
</shape>
|
||||
10
OneToOne/src/main/res/drawable/bt_custom_bg.xml
Normal file
10
OneToOne/src/main/res/drawable/bt_custom_bg.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#A279E4" />
|
||||
<corners android:radius="20dp" />
|
||||
<stroke android:width="1dp" android:color="#A279E4" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user