直播关闭
This commit is contained in:
@@ -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">
|
||||
<corners android:radius="20dp" />
|
||||
<gradient android:angle="360" android:endColor="#f249A6FC" android:startColor="#f2D480FF" />
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
</selector>
|
||||
5
common/src/main/res/drawable/bg_white_clip.xml
Normal file
5
common/src/main/res/drawable/bg_white_clip.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="60dp" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user