ProgressTrackerView
A view to help with the visualization of progress and state of a process that consists on one or more steps.
Constructors
Functions
Properties
The number of steps to track. Equivalent to providing the app:progressTrackerViewProgressMax
attribute in the layout xml file.
The current progress count.
Sets the drawable for when the enrollment is unprocessed.
The drawable to display per step when the step is processed and is failed. Equivalent to providing the app:progressTrackerViewFailureDrawable
attribute in the layout xml file.
Sets the drawable for when the enrollment is processed.
The drawable to display per step when the step is processed and is successful. Equivalent to providing the app:progressTrackerViewSuccessDrawable
attribute in the layout xml file.
Sets the drawable for when the enrollment hasn't been checked yet.
The drawable to display per step when the step is not yet processed. Equivalent to providing the app:progressTrackerViewUnprocessedDrawable
attribute in the layout xml file.