1<shape xmlns:android="http://schemas.android.com/apk/res/android" 2 android:shape="oval"> 3 <stroke 4 android:width="1dp" 5 android:color="?attr/colorPrimary"/> 6</shape>
1<shape xmlns:android="http://schemas.android.com/apk/res/android" 2 android:shape="oval"> 3 <stroke 4 android:width="1dp" 5 android:color="?attr/colorPrimary"/> 6</shape>