トグルスイッチを作ってみる Androidでトグルスイッチを作成し、CompoundButton をつかってイベントを取得してみる。 レイアウト作成 <Switch android:id="@+id/toggle_switch" android:layout_width="wrap_content" android:layout_height="wrap_content" android:checked="true" android:textColor="#3e3e3e" android:text="toggle switch button"/> CompoundButton を利用してイベン…</switch>