Skip to content

Releases: elfifo4/IndicatorSeekBar

SeekBar starts in center position

06 Dec 12:54

Choose a tag to compare

Add option to make SeekBar progress starts in center position
ideal for symmetric range around zero (such as [-50, 50])

increase THUMB_MAX_WIDTH to 120dp

04 Dec 15:19
6a8e42a

Choose a tag to compare

v2.1.5

Update README.md

Add tick mark in center at runtime

04 Dec 14:38

Choose a tag to compare

indicatorSeekBar.setTickMarkInCenter(true);
indicatorSeekBar.tickMarksColor(Color.BLUE);

isb_tick_mark_in_center

04 Dec 14:12

Choose a tag to compare

draw tick on seekBar's center position

increase THUMB_MAX_WIDTH

04 Dec 12:26
e2c7e63

Choose a tag to compare

THUMB_MAX_WIDTH is 50dp