getIndeterminateDrawable

fun getIndeterminateDrawable(): Drawable?

Gets the Drawable object used to draw the Indeterminate ProgressBar. Can be used only in MODE_INDETERMINATE.

Return

Drawable Object if mode is MODE_INDETERMINATE. null otherwise.

See also