swipeprogressview / me.thanel.swipeprogressview / SwipeProgressView / progress

progress

var progress: Int (source)

The progress view's current level of progress.

Setting this property will immediately update the visual position of the progress indicator. To animate the visual position to the target value, use setProgressAnimated.

Note: When attempting to set this value to any number outside of the minProgress and maxProgress range, the value will be automatically set to the closest valid number that fits within that range.

Can also be specified using android:progress attribute.

See Also

minProgress

maxProgress

setProgressAnimated