Releases: rtugeek/ColorSeekBar
Releases · rtugeek/ColorSeekBar
2.1.0
Fix #32 add method getColor(int progress)
2.0.2
Fixed: Setting color that doesn't contained in the seek bar will rese…
2.0.1
Fixed: when seekbar's height lower than 16dp, the touch event can't be detected sensitivity.
2.0.0
This release refactors a lot of code. Upgrade carefully if you are from 1.*
- Split ColorSeekBar into ColorSeekBar and AlphaSeekBar
- Support customize thumb(slider)
1.7.7
#32 set the alpha bar and alpha value via setColor(int color)
when alpha bar is visible.
Previously alpha bar is reset to default if color is set by calling setColor(int color)
method
1.7.6
Add methods: setPosition() , setShowColorBar() , getIsShowColorBar()
1.7.5
Fix # 21, Support customize the color bar radius
1.7.4
- #30 Add
setShowThumb()
method.
- #31 Fix
setEnabled()
not working.
1.7.3
1.Update build tools
2. Change color when the bar is clicked not only when it is moving