Files
aerologic-app/module_p/src/main/res/drawable/bg_enter_center.xml
2025-11-10 18:21:19 +08:00

6 lines
208 B
XML

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