Files
jsswapp/app/src/main/res/drawable/bg_blue_bottom.xml
2026-01-28 00:19:25 +08:00

7 lines
239 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="@color/main_theme_color"/>
<corners android:radius="3dp" />
</shape>