Files
CkCollar_app/app/src/main/res/drawable/bg_health_item1.xml
fengjignqi 6fc4fc29b9 first
2026-07-30 15:22:32 +08:00

7 lines
221 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#D7F6FF" />
<corners android:radius="99dp" />
</shape>