syedowaisali / crystal-range-seekbar

538 stars 170 forks source link

range points between min and max value #97

Open rasik1010 opened 6 years ago

rasik1010 commented 6 years ago

i want to show points between min and max value like if i have set 5 steps then there should be 5 steps between max and min value , to accomplish maybe there should a property flag like showPointsSteps="true/false" , is this possible? help me if anybody can thanks.

ruzinaleksandar commented 5 years ago

Did you find a way to solve this? I'm having the same problem I use the seekbar with only 3 values: 1, 2 and 3. It sort of works but you can stop the thumb anywhere... I want it to behave like the Android's default seekbar, in my case the thumb should stop only on 0%, 50% and 100%