You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、How to use java code to update some attributes when you want
RangeSeekBar support setter and getter for all attributes, so just do what you want to do in the Listener!
If you want to change one of the seekbar's attributes, you can use getLeftSeekBar() or getRightSeekBar() to do it.
Just enjoy it !
2、why setXXX method not work?
It is very resource consuming to set up attributes to redraw each time, so you need to call rangeSeekBar.invalidate() to make it work!