getDeterminateDrawable

fun getDeterminateDrawable(): Drawable?

Gets the Drawable object used to draw the Determinate ProgressBar. Can be used only in MODE_DETERMINATE.

Return

Drawable Object if mode is MODE_DETERMINATE. null otherwise.

See also