var progressDrawable: Drawable (source)
The drawable used to draw the progress indicator.
Defaults to ColorDrawable with color read from colorControlActivated style attribute.
Can also be specified using android:progressDrawable attribute.
For convenience you can also use the setProgressColor function to set the progress drawable to a solid color.
See Also