nilupeng
2022-08-11 b105bd6a5eed78f8a1741fe23b9ccb259953f3e2
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/white" />
    <corners android:radius="8dp" />
</shape>