course_background_course_play_bottom.xml 374 Bytes
Newer Older
严久程 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_enabled="true">
        <shape>
            <gradient
                android:angle="90"
                android:endColor="#00000000"
                android:startColor="#0A000000"
                />
        </shape>
    </item>
</selector>