2026-01-21 21:16:14 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
2026-01-28 00:19:25 +08:00
|
|
|
<solid android:color="@color/main_theme_color"/>
|
2026-01-21 21:16:14 +08:00
|
|
|
<corners android:radius="3dp" />
|
|
|
|
|
</shape>
|