swipeprogressview / me.thanel.swipeprogressview / SwipeProgressView / minProgress

minProgress

var minProgress: Int (source)

The lower limit of this progress view's range.

Setting this property will also update the progress and maxProgress values to not be smaller than the newly set min progress.

Can also be specified using app:spv_minProgress attribute.

See Also

progress

maxProgress