cb_set_sl1.xml 287 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:state_checked="true"
		android:drawable="@mipmap/cbox_set_sel1" />
	<item android:state_checked="false"
		android:drawable="@mipmap/cbox_set_unsel" />
</selector>