syedowaisali / crystal-range-seekbar

538 stars 170 forks source link

How to stop pushing on RangeSeekbar with gap? #111

Open roelvandun opened 6 years ago

roelvandun commented 6 years ago

I need to have a gap so that the min and the max slider cannot touch, but when I use the property gap the max slider gets pushed by the min slider. I want the max slider to remain in place when the min slider reaches the max value, and that the min slider cannot surpass the max value - gap. How can I get that behaviour?