android-toggle icon indicating copy to clipboard operation
android-toggle copied to clipboard

Custom Switches for Android

Results 15 android-toggle issues
Sort by recently updated
recently updated
newest added

if i switch on to off or off to on the toggle label is hanged

in this lable switch not accept the style in android is this possible to change the font style...? if it is possible how...? is there any other way to change...

Added different toggle and text color app:colorText="#ffffff" app:colorToggle="#ffffff" Added text modification option app:textUpperCase app:textLowerCase

This library is good. But if we have an open option to control toggle switch width/height and the corner radius it will be helpful for the developer I hope so....

Modifying the labeled switch and adding enable text, as well as invert colors functionalities

Hi @Angads25, I did some refactoring with your touch event listener logic, now its also giving callback to onClick listener so if anyone using click listener to toggle, but instead...

Hi thanks for the widget, Is There any way to change pin (the round that moves left to right...) image in to custom image?

Looks like this was changed in code but not in the README.

The switch is not 'focusable' by default, but even when you set it to focusable, you can not seem to toggle it on/off using keyboard or D-Pad.

If I use the setOnClickListener (which I prefer as it is more standard with the common widgets) the state of isOn reports the opposite of what the state is. In...