red_dot.xml 278 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval"
    android:useLevel="false">
    <solid android:color="@color/red_ed2d32"/>
    <size android:width="2dp"
          android:height="2dp"/>
</shape>