course_background_course_poster_line.xml 695 Bytes
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_enabled="true">
        <shape android:shape="line">
严久程 committed
6
            <stroke android:width="2px" android:color="@color/course_color_0D1A30" android:dashWidth="15px" android:dashGap="20px" />
7 8 9 10 11 12 13 14 15 16

            <size android:height="1dp" />


        </shape>
    </item>


    <item android:state_enabled="false">
        <shape android:shape="line">
严久程 committed
17
            <stroke android:width="2px" android:color="@color/course_color_FDD33D" android:dashWidth="15px" android:dashGap="20px" />
18 19 20 21 22 23 24 25

            <size android:height="1dp" />

        </shape>
    </item>


</selector>