liugl
2020-12-29 aaadcd1b0131392be5573a1fc6b3e92f08c5cb87
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="6dp"/>
    <solid android:color="@color/white"/>
</shape>