abc_seekbar_tick_mark_material.xml 314 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape android:shape="oval"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <size android:height="@dimen/abc_progress_bar_height_material" android:width="@dimen/abc_progress_bar_height_material" />
  5. <solid android:color="@android:color/white" />
  6. </shape>