Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Switch Button Custom design

I am developing an app that can post two kinds of questions. to switch views i need a switch button on the TOP. i need help to customize my switch button like following image.

Switch Button

like image 696
Ronak Makwana Avatar asked Nov 08 '22 20:11

Ronak Makwana


1 Answers

I used below gihub library for this type of button

https://github.com/kyleduo/SwitchButton

Advantage:

  • customize as per color you want
  • with good animation of switching button
like image 140
Shabbir Dhangot Avatar answered Nov 14 '22 21:11

Shabbir Dhangot