IndicatorSeekBar
IndicatorSeekBar copied to clipboard
setProgress() not working if tickCount > 2
I'm trying to change the progress of the seekbar via the setProgress() method. But it doesnt show me the correct progess, instead it shows a random number. I have a seekbar with 5 - 10 ticks (i set them dynamically). If i remove all ticks or lower the tick count to <= 2 the setProgess() method is working as expected. I use the latest (2.1.2) Version
I got same problem,do you solve this problem?