Administrator
2021-11-05 462d583986e4739f7a75227b3fde4da587502ba5
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_border_gray_corner" />
</selector>