1] Create Code In main.xml File: < RelativeLayout xmlns:android =" http://schemas.android.com/apk/res/android" xmlns:tools =" http://schemas.android.com/tools" android:layout_width =" match_parent" android:layout_height =" match_parent" > < TextView android:id =" @+id/textView1" android:textColor =" #FF0000" android:textSize =" 20dp" android:layout_width =" wrap_content" android:layout_height =" wrap_content" android:layout_alignParentTop =" true" android:layout_centerHorizontal =" true" android:layout_marginTop =" 60dp" android:text =" Static ToggleButton" / > < ToggleButton android:id =" @+id/toggleButton1" android:layout_width =" wrap_content" android:layout_height =" wr...