ProgressPrimitiveComponent
class ProgressPrimitiveComponent(color: Int = Color.TRANSPARENT, indeterminateDrawable: Drawable? = null, style: Style? = null) : PrimitiveComponent
Renders an infinitely spinning progress bar.
Parameters
indeterminateDrawable
Drawable to be shown to show progress.
color
Tint color for the drawable.