AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 401 forks source link

Hide thumb #88

Open hadifar opened 8 years ago

hadifar commented 8 years ago

I want to know is it possible to Hide thumb in DiscreteSeekbar ? In android seekbar I do this with seekbar.setThumb(null); but I didn't find any method in your lib.