switch_selector_green1.xml
301 Bytes
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/switch_bg_selected_1" android:state_checked="false"/>
<item android:drawable="@drawable/switch_bg_normal_1" android:state_checked="true"/>
</selector>