setMin

open override fun setMin(min: Int)

Sets the lower range of the seek bar to min. NOTE: Setting the minimal value on Android 8.1 can produce the issue where it is not possible to reach the max value on a seek bar. This issue is reported in Android Issues Tracker and can be found here. We will not fix it because there is no point of setting the minimal value in the current implementation where the fraction is tracked which can take values from 0 to 1.