ColorSeekBar Versions Save

A colorful SeekBar for picking color

2.1.0

6 months ago

Fix #32 add method getColor(int progress)

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

Fixed: when seekbar's height lower than 16dp, the touch event can't be detected sensitivity.

2.0.0

2 years ago

This release refactors a lot of code. Upgrade carefully if you are from 1.*

  1. Split ColorSeekBar into ColorSeekBar and AlphaSeekBar
  2. Support customize thumb(slider)

1.7.7

4 years ago

#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

4 years ago

Add methods: setPosition() , setShowColorBar() , getIsShowColorBar()

1.7.5

4 years ago

Fix # 21, Support customize the color bar radius

1.7.4

4 years ago
  • #30 Add setShowThumb() method.
  • #31 Fix setEnabled() not working.

1.7.3

5 years ago

1.Update build tools 2. Change color when the bar is clicked not only when it is moving