2026-01-02 20:39:14 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2026-01-07 17:36:08 +08:00
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:shape="oval">
|
|
|
|
|
<solid android:color="#FF4757" />
|
|
|
|
|
<size
|
|
|
|
|
android:width="20dp"
|
|
|
|
|
android:height="20dp" />
|
|
|
|
|
</shape>
|