<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http:///schemas.android.com/apk/res/android">
<!--不可选中状态的图片/>
<item android:drawable="@drawable/switch_off" android:state_enabled="false"/>
<item android:drawable="@drawable/switch_on" android:state_pressed="true">
<!--被勾选时的图片/>
<item android:drawable="@drawable/switch_on" android:state_checked="true"/>
<item android:drawable="@drawable/switch_off" />
</selector>
<Switch
android:id="@+id/receive_switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textoff=""
android:texton=""
android:switchMinWidth="40dp"
<!--控件的滑块/>
android:thumb="@drawable/button_kaiguan_dian"
android:track="@drawable/switch_track"/>