AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 401 forks source link

Can we set intervals on the DiscreteSeekBar? #102

Open suhitak1 opened 7 years ago

suhitak1 commented 7 years ago

Hi,

I want to implement a non-clickable seekbar where in there are certain intervals/milestones to be displayed. The progress of the seekbar is updated by the value coming from backend. Is there any way by which we can show 9 intervals I1 through I9, out of which I3, I6 and I9 are milestones. I am new to android, and would be grateful if you could give any suggestion with example code snippet.

Thanks in advance.