android-toggle
android-toggle copied to clipboard
Suggestion: as the widget looks like the common Switch widget, make the behavior similar
I suggest replacing isOn to setChecked and use the setOnCheckedChangeListener and setOnClickListener over the ones you included.
I feel this will be more useful as it would mimic the Android control Switch