Ebin Joy
Results
2
issues of
Ebin Joy
Added function to enable and disable switch. To enable ` materialAnimatedSwitch.setClickable(true);` To diable ` materialAnimatedSwitch.setClickable(false);` Before that add `setClickableManageByLibrary(false);`
Is it possible to a custom range of tick? For an example, I have a seek bar with a range of ticks 0,20,40,60,80,100. Is it possible to skip two tick...