2022-09-03 16:49:01 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="95dp" />
|
|
|
|
<solid android:color="@color/red" />
|
|
|
|
<stroke
|
|
|
|
android:width="1dp"
|
|
|
|
android:color="@color/white" />
|
2022-09-07 13:37:59 +08:00
|
|
|
|
2022-09-03 16:49:01 +08:00
|
|
|
</shape>
|