2025-08-06 18:57:26 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<corners android:radius="4dp"/>
|
|
|
|
|
|
|
|
|
|
<stroke
|
|
|
|
|
android:width="0.5dp"
|
|
|
|
|
android:color="#303030"/>
|
|
|
|
|
|
2025-11-12 09:23:40 +08:00
|
|
|
<solid android:color="#4D9E9C9C"/>
|
2025-08-06 18:57:26 +08:00
|
|
|
|
|
|
|
|
</shape>
|