Closed waterdaan closed 8 years ago
Thank you,
Yes, I believe you did it correctly. The thing is ProgressBar
itself does not support setting minimum value. It goes from 0
to android:max
. So you have to offset the output value by your minimum value.
Thanks so much for this library!!!! I´m using the SeekBarPreference in my app I had to change onStopTrackingTouch if mPreferredMin isn´t 0, but maybe i was using it wrong