apptik / MultiSlider

Multi functional slider/seekbar( / rangebar / scrubber) for Android
Apache License 2.0
320 stars 80 forks source link

Can i make thumbs pass each other? #79

Open marcel-paduch opened 6 years ago

marcel-paduch commented 6 years ago

Can I configure the this library, so the thumbs can pass each other and thus make the selection on the bar negative?

bmx666 commented 6 years ago

Hi @marcel-paduch It's not possible, because the internal logic focused on sequencing. If you can design elegant solution, which don't break sequence logic, it will be great.

brucemax commented 5 years ago

@marcel-paduch Have you any results in looking for independent thumbs?

marcel-paduch commented 5 years ago

Hi, No I have developed double thumb progressbar from scratch as it was quickier and better suited my needs. Unfortunately I cannot share the code as it is now property of my previous employeer.

Marcel