1. 程式人生 > >Android之switch控制元件佈局

Android之switch控制元件佈局

<Switch
           android:track="@drawable/switch_track"
           android:thumb="@drawable/swith_thumb"
           android:id="@+id/zx_switch"
           android:layout_marginRight="15dp"
           android:layout_width="match_parent"
           android:layout_height="match_parent" />