UI编写原生UI控件Switch开关按钮本页总览Switch开关按钮说明 开关按钮 使用示例 <Switch android:layout_height="wrap_parent" android:layout_width="match_parent" android:tag="switch" android:text="按钮" android:textColor="#669999" android:textSize="14dp" android:gravity="center" android:checked="true" />