androidx版本首次提交
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>
|
||||
Reference in New Issue
Block a user