Files
jsswapp/app/src/main/res/drawable/bg_little_blue_all.xml

8 lines
224 B
XML
Raw Normal View History

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-27 23:17:50 +08:00
<solid android:color="#E0F2F1"/>
2026-01-21 21:16:14 +08:00
<corners android:radius="4dp" />
</shape>