AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 402 forks source link

continuous mode #48

Closed skywalkerlw closed 8 years ago

skywalkerlw commented 9 years ago

onProgressChanged is currently called multiple times during a sliding action. It's better to have an option of continuous = false/true. If continuous = false, onProgressChanged is only called when sliding is finished.

ignaciogs commented 8 years ago

Hi:

You can use the method onStopTrackingTouch (DiscreteSeekBar.OnProgressChangeListener). This method is only called when sliding is finished.

Cheers

skywalkerlw commented 8 years ago

thanks:)