set Progress
Sets the progress of the ProgressBar.
Return
BaseViewHolder for chaining calls.
Parameters
view Id
The ID of the view.
progress
The progress value.
Sets the progress and maximum value of the ProgressBar.
Return
BaseViewHolder for chaining calls.
Parameters
view Id
The view ID.
progress
The progress value.
max
The maximum value of the ProgressBar.