Open vivekios opened 5 years ago
@vivekios I needed to use it for my code so I forked it and fixed forward. Feel free to use https://github.com/belljay/SwitchButton
@belljay seen the forked project. can't find the method called to change the button color.
@buelersandra I somehow messed up my branch. Added. setCheckedButtonColor
and setUncheckedButtonColor
How can i change the color from code. For example: i have online / offline state. For online: it becomes green. For offline: gray color Now suppose at some point of time i want to show busy instead of online. For busy i want to change the on color state to red. How to make this at runtime from code ?