ArcProgressView
class ArcProgressView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_ArcProgressView_Style, defStyleRes: Int = R.style.BaseArcProgressView) : ProgressView
ArcProgressView.
Since
0.2.0
Constructors
Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_ArcProgressView_Style, defStyleRes: Int = R.style.BaseArcProgressView)
Properties
Link copied to clipboard
Link copied to clipboard
Default text.
Link copied to clipboard
Progress endpoint circle color-int.
Link copied to clipboard
Link copied to clipboard
The radius of the endpoint circle.
Link copied to clipboard
The background color of the progress.
Link copied to clipboard
Link copied to clipboard
The progress color.
Link copied to clipboard
Link copied to clipboard
Radius of the circle.
Link copied to clipboard
Progress shader.
Link copied to clipboard
Width of the circle progress.
Link copied to clipboard
Ture if you want to show the endpoint circle, false otherwise.
Link copied to clipboard
Ture if you want to show the startpoint circle, false otherwise.
Link copied to clipboard
Progress startpoint circle color-int.
Link copied to clipboard
Link copied to clipboard
The color of the text.
Link copied to clipboard
Functions
Link copied to clipboard
Recommended value of mEndpointCircleRadius.
Link copied to clipboard
Recommended value of mProgressWidth.