2021-03-11 18:47:17 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-12-16 11:31:53 +08:00
|
|
|
<solid android:color="@color/white" />
|
2021-03-11 18:47:17 +08:00
|
|
|
<corners android:topLeftRadius="15dp"
|
|
|
|
android:topRightRadius="15dp"
|
|
|
|
android:bottomRightRadius="15dp"
|
|
|
|
android:bottomLeftRadius="15dp"/>
|
|
|
|
</shape>
|