TriStateToggleButton icon indicating copy to clipboard operation
TriStateToggleButton copied to clipboard

Customizable tri-state toggle button (with three states, three state toggle) for Android

Results 4 TriStateToggleButton issues
Sort by recently updated
recently updated
newest added

app:tbSwipeSensitivityPixels="0" I am trying this to disable toggle to turn on/turn off, but still swipe gesture is allowing toggle to enable/diable. Please let me know, how can I disable it?...

My app (androidx) wont compile any more ... I get Session 'app': Installation did not succeed. The application could not be installed: INSTALL_FAILED_UPDATE_INCOMPATIBLE Retry and Error running 'app': Default Activity...

When I assign the OFF, MID and ON colors on the xml file the colors are displayed correctly, but when I set them programmatically through setOnColor(), setMidColor() and setOffColor(), the...

I set my colors as following : midColor = #878787 offColor = #1ABC9C onColor = #F98162 For on State and off State it's working really good, but when I call...