Files
aerologic-app/module_base/src/main/res/drawable/bg_circle_yellow.xml
2025-11-27 17:17:17 +08:00

8 lines
187 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#FFC107" />
</shape>