light.xml 261 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/light_checked" android:state_checked="true" />
    <item android:drawable="@drawable/light_normal" />
</selector>