Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the tint applied to the secondary progress drawable, if
specified.
Set method documentation [Android Documentation]
Applies a tint to the secondary progress indicator, if one exists.
Does not modify the current tint mode, which is
NoType:android/graphics/PorterDuff$Mode;Href=../../../reference/android/graphics/PorterDuff.Mode.html#SRC_ATOP by default.
The secondary progress indicator must be specified as a layer with
id NoType:android/R$id;Href=../../../reference/android/R.id.html#secondaryProgress in a Android.Graphics.Drawables.LayerDrawable
used as the progress drawable.
Subsequent calls to ProgressBar.ProgressDrawable where the
drawable contains a secondary progress indicator will automatically
mutate the drawable and apply the specified tint and tint mode using
Android.Graphics.Drawables.Drawable.SetTintList(Android.Content.Res.ColorStateList).