pdlivexp/common/src/main/res/drawable/bg_white_clip.xml

5 lines
195 B
XML
Raw Normal View History

2022-08-09 16:54:30 +08:00
<?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>