2307vivek / Seeker

A highly customizable seekbar/slider library for android with support for readahead indicator, segments and more. Made with Jetpack Compose ❤.
Apache License 2.0
373 stars 16 forks source link

added support for changing indicator start position #53

Closed eraycantazeguney closed 11 months ago

eraycantazeguney commented 11 months ago

this change allows making two way seekers. one can create seeker with a range between -100..100 and make the reference point center.

2307vivek commented 11 months ago

I think a better name would be progressStartPosition instead of the indicatorStartFraction. What do you think?

eraycantazeguney commented 11 months ago

sure. why not?

I think a better name would be progressStartPosition instead of the indicatorStartFraction. What do you think?

2307vivek commented 11 months ago

I will release a new version with this feature very soon.