| Interface | Description |
|---|---|
| TabsContainer.TabItemListener |
Listeners for actions on individual tabs of the horizontal stepper
|
| Class | Description |
|---|---|
| ColorableProgressBar |
A
ProgressBar which exposes methods for coloring primary progress and progress background colors individually. |
| DottedProgressBar |
An indicator displaying the current position in a list of items with dots.
|
| RightNavigationButton |
A button with an extra state to distinguish if the user can go to the next step.
There is a custom state (app:state_verification_failed) which should be set to true in the color state list if the tint color of the button should change in this scenario. The state of the button can be toggled via this view's RightNavigationButton.setVerificationFailed(boolean)
or in StepperLayout's
StepperLayout.setCompleteButtonVerificationFailed(boolean) and
StepperLayout.setCompleteButtonVerificationFailed(boolean). |
| StepTab |
A widget for a single tab in the
TabsContainer. |
| StepViewPager |
A non-swipeable viewpager with RTL support.
Source |
| TabsContainer |
Layout used for displaying tabs from the horizontal stepper.
|