AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Tapping on the sides should increase/decrease value #1

Closed eveliotc closed 9 years ago

eveliotc commented 9 years ago

Hey, thanks for this sweet seekbar

Missing something from framework seekbar, when you tap on the sides it should increment/decrement value:

seekbar-lollipop

That being said, framework does not animate this kind of seeking, it would be nice to have it animated like touchwiz does (yes, something nice from samsung, that sounds weird.)

seekbar-touchwiz

AnderWeb commented 9 years ago

Indeed. Left it out cause of my particular needs, but I should add it.

AnderWeb commented 9 years ago

What does the Samsung implementation do when you tap-and-drag on the sides? Continues animating it toward your last finger position? For example if I tap on the right edge and when the ball is getting close y move the finger to the opposite side, how does it react?

eveliotc commented 9 years ago

@AnderWeb correct, it follows your finger until it is under it and after it is just behaves like when you tap it and drag it directly