https://developer.android.com/guide/topics/resources/drawable-resource.html#Shape
<shape
android:shape="oval"
android:useLevel="false">
android:width="0dp"
android:color="@color/colorOrange"/>
android:width="10dp"
android:height="10dp"/>
</shape>
https://developer.android.com/guide/topics/resources/drawable-resource.html#Shape
<shape
android:shape="oval"
android:useLevel="false">
android:width="0dp"
android:color="@color/colorOrange"/>
android:width="10dp"
android:height="10dp"/>
</shape>