shape_seek_bar_point.xml 351 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <stroke
        android:width="0.5px"
        android:color="#FE4B05" />
    <solid android:color="#FE4B05" />
    <size
        android:width="@dimen/rmrb_dp10"
        android:height="@dimen/rmrb_dp10" />
</shape>