2025-07-11 18:21:26 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<corners android:radius="8dp"/>
|
|
|
|
|
|
2025-11-12 09:23:40 +08:00
|
|
|
<solid android:color="#CC3D4453"/>
|
2025-07-11 18:21:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</shape>
|