iOS-SwitchView
iOS-SwitchView copied to clipboard
A lightweight iOS switch view style for Android
Resolves #6
When using mySwitch.setChecked(true); it updates the state but the toggle is on the left, i.e. the UI is not getting updated. How can this issue be resolved?
Making the off-colour to be the off background similar to the iOS version. There are also some updates related to the SDK version and Gradle version since this project looks...
onCheckedChangeListener only works for touch events it seems. If you try to use the setChecked or toggle methods to change checked, it doesn't work at all. It is probably because...