syedowaisali / crystal-range-seekbar

537 stars 164 forks source link

How to get current progress #27

Closed AviadKlein10 closed 6 years ago

AviadKlein10 commented 7 years ago

Hi. I really need to know what is the current value outside the Listener.

from some reason seekbar.getProgress isnt exist.

tyyy

AviadKlein10 commented 7 years ago

Ok I found out that seekbar.getSelectedMinValue() will return the current value

I welcome