1
This commit is contained in:
17
beauty/src/main/res/drawable/bg_btn_beauty.xml
Normal file
17
beauty/src/main/res/drawable/bg_btn_beauty.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true">
|
||||
<layer-list>
|
||||
<item
|
||||
android:bottom="5dp"
|
||||
android:top="33dp"
|
||||
android:left="20dp"
|
||||
android:right="20dp"
|
||||
>
|
||||
<shape>
|
||||
<solid android:color="@color/global"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
12
beauty/src/main/res/drawable/bg_haha.xml
Normal file
12
beauty/src/main/res/drawable/bg_haha.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true">
|
||||
<shape>
|
||||
<corners android:radius="4dp"/>
|
||||
<stroke android:color="@color/global" android:width="1dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_checked="false">
|
||||
<shape/>
|
||||
</item>
|
||||
</selector>
|
||||
4
beauty/src/main/res/drawable/bg_item_tiezhi.xml
Normal file
4
beauty/src/main/res/drawable/bg_item_tiezhi.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke android:color="@color/global" android:width="1dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user