- viewId
- The id of the Android.Widget.ProgressBar to change
- max
- The 100% value for the progress bar
- progress
- The current value of the progress bar.
- indeterminate
- True if the progress bar is indeterminate, false if not.
Equivalent to calling ProgressBar.Max, ProgressBar.Progress, and ProgressBar.Indeterminate If indeterminate is true, then the values for max and progress are ignored.