Interface | Description |
---|---|
BottomScrollView.BottomScrollListener | |
NavigationBar.NavigationBarListener |
An interface to listen to events of the navigation bar, namely when the user clicks on the
back or next button.
|
Class | Description |
---|---|
BottomScrollView |
An extension of ScrollView that will invoke a listener callback when the ScrollView needs
scrolling, and when the ScrollView is being scrolled to the bottom.
|
HeaderRecyclerView |
A RecyclerView that can display a header item at the start of the list.
|
HeaderRecyclerView.HeaderAdapter |
An adapter that can optionally add one header item to the RecyclerView.
|
Illustration |
Class to draw the illustration of setup wizard.
|
IntrinsicSizeFrameLayout |
A FrameLayout subclass that has an "intrinsic size", which is the size it wants to be if that is
within the constraints given by the parent.
|
NavigationBar |
Custom navigation bar for use with setup wizard.
|
NavigationBarButton | |
RichTextView |
An extension of TextView that automatically replaces the annotation tags as specified in
SpanHelper.replaceSpan(android.text.Spannable, Object, Object) |
StatusBarBackgroundLayout |
A FrameLayout subclass that will responds to onApplyWindowInsets to draw a drawable in the top
inset area, making a background effect for the navigation bar.
|
StickyHeaderListView |
This class provides sticky header functionality in a list view, to use with
SetupWizardIllustration.
|
StickyHeaderRecyclerView |
This class provides sticky header functionality in a recycler view, to use with
SetupWizardIllustration.
|
StickyHeaderScrollView |
This class provides sticky header functionality in a scroll view, to use with
SetupWizardIllustration.
|