Blame view

app/src/main/res/drawable/shape_circle_stroke1px_ffce3a.xml 221 Bytes
sunhongmin committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke
        android:color="#FFCE3A"
        android:width="1dp"></stroke>
</shape>