Administrator
2021-11-06 52e2971a30c37fabb79ad5198516ce7afcf21696
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_checked="true" android:drawable="@drawable/bg_sky_corner" />
    <item android:state_pressed="true" android:drawable="@drawable/bg_gray_corner" />
    <item android:drawable="@drawable/bg_fine_border_gray_corner" />
</selector>