shape_seekbar_thumb.xml 267 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="oval"
  4. >
  5. <solid android:color="@color/colorPrimary" />
  6. <size
  7. android:height="12dp"
  8. android:width="12dp" />
  9. </shape>