mch_hellocircle_red.xml 359 字节
<?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= "#00000000" />
    <stroke
        android:width= "1dp"
        android:color= "#fd0305" />

    <size android:width= "20dp"
        android:height= "20dp" />

</shape>