pdlivexp/common/src/main/res/drawable/bg_white_clip.xml
2022-08-09 16:54:30 +08:00

5 lines
195 B
XML

<?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>