IndicatorSeekBar Versions Save

A custom SeekBar on Android, which can be changed the size ,color , thumb drawable , tick drawable , tick text and indicator , also , will show an indicator view with progress above SeekBar when seeking. https://github.com/warkiz/IndicatorSeekBar

v2.1.1

5 years ago

1.bugs fixed:

  1. when call method setProgress( ) , thumb will be changed smoothly when has a attr :seek_smoothly. See issue: #113 by @daodao917 2)fix crash when use in pre-lillopi device. See issue: #114 by @swapnilappsplanet
  1. Improvement format faster when use in float type value. See PR #111 by @hexey
  2. new Feature supprot Vector Drawable for thumb and tickMark, See issue #120 by @Danil4ever

thanks all Issues and PRs you submited.

v2.1.0

5 years ago
  1. add attr :isb_thumb_adjust_auto = true by accept advise #94 #104 thanks @jishantmed @liulilei
  2. bugs fixed. #95 thanks @duzechao

v2.0.9

5 years ago

backup version

v1.2.9

5 years ago

Tag v1 as a big change happened in v2.

v1.2.1

6 years ago
  1. bug fixed
  2. compat ConstraintLayout. 3.new feature:
    1. indicator to show always , it is ok to use in ListView / ScrollView / GridView / RecyclerView / ViewPager / Dialog case.
    2. add more Indicator type : circular_bubble

thanks @yonglf

v1.1.7

6 years ago

fixed bug:

  1. fixed #2.#3
  2. fix indicator error location
  3. fix tick error gone
  4. ...

new feature: when custom tick/thumb drawable , if the drawable size larger than 30dp , can change the size by attr : isb_tick_size/isb_thumb_width , default tick 10dp/thumb14dp. if the drawable size less than 30dp , will show in raw drawable-size ; attr : isb_tick_size/isb_thumb_width will no work.

a large of improvement.

thank you @ybADMIN #2 and @hollylee #3 .

v1.1.2

6 years ago

changes :

  1. adjust UI. (TickText/ThumbText location adjustment)
  2. some code adjusted and improved.

v1.0.9

6 years ago

v1.0.6

6 years ago