bg_judge_cut.xml 488 Bytes
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="true">
        <shape>
            <solid android:color="#1A1C90F3"/>
            <stroke android:color="#1C90F3" android:width="1px"/>
        </shape>
    </item>
    <item>
        <shape>
            <solid android:color="#33000000"/>
            <stroke android:color="#666666" android:width="1px"/>
        </shape>
    </item>
</selector>