home_background_home_pager_top.xml 474 Bytes
Newer Older
徐健 committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">


    <item android:state_enabled="true">
        <shape>
            <corners android:radius="0dp"></corners>
konghaorui committed
8
            <gradient android:endColor="@color/platform_main_gradient_end_color" android:startColor="@color/platform_main_gradient_start_color" />
徐健 committed
9 10 11 12
            <stroke android:width="0dp" android:color="#bebebe" />
        </shape>
    </item>
</selector>