Files
Android-WaterProject/app/src/main/res/drawable/shape_status_dot_red.xml
fengjignqi a31443fa4c 优化
2026-07-13 14:54:21 +08:00

6 lines
190 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="@color/color_E60000" />
</shape>