Can any body please tell me how to design the custom toggle button.
Asked
Active
Viewed 411 times
1 Answers
0
Firstly remeber you must have 9 patch your image to make theme reponsive along all devices.
Also you should have different image for thumb and track.
then in this way you can make the similar sliding switch
<Switch android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:thumb="@drawable/thumb_blue"
android:track="@drawable/track_grey"
android:textOn="Male"
android:textOff="Female"/>

Mureed Hussain
- 2,745
- 2
- 18
- 22