I am trying to change background of switch.It is changing but problem is some text is visible.
Below is my code
<Switch
android:id="@+id/switchsubsurf"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="68dp"
android:padding="5dip"
android:textOff=" "
android:textOn=" "
android:thumb="@drawable/toggle_button"
android:track="@drawable/toggle_bg" />