张海江
2018-01-26 04b72977be56e9cca1eb66883d7217237fb8ab9a
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval" xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@android:color/transparent" />
    <stroke android:color="@color/error_stroke_color" android:width="@dimen/common_circle_width" />
</shape>