course_dot_seekbar.xml 332 Bytes
Newer Older
严久程 committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <size
        android:width="17dp"
        android:height="17dp" />
    <stroke android:color="@color/white" android:width="6dp"/>
严久程 committed
8
    <solid android:color="@color/course_color_FFDB26" />
严久程 committed
9 10

</shape>