mohsen
mohsen

Reputation: 461

How to change values whilie moving the circles on range-seek-bar

I'm using https://code.google.com/p/range-seek-bar/" seek bar . it has double circles .

the problem is this ,It has only on method setOnRangeSeekBarChangeListener and it can't get the values while I pressing down the circle and moving it .

It only return values when I drop the circle .

How can I return the values while I pressing down the circle and moving it ?

thanks you

Upvotes: 0

Views: 715

Answers (1)

Nicklas Jensen
Nicklas Jensen

Reputation: 1474

Call setNotifyWhenDragging(true) and use setOnRangeSeekBarChangeListener(listener) to be notified while the user is dragging the selectors.

Upvotes: 2

Related Questions