Package-level declarations

Types

Link copied to clipboard
@IviExperimental(reasons = [])
data class DismissAllButtonData<P : DismissablePanel>(val dismissablePanelList: DismissablePanelList<P>)

Data for the dismissal button.

Link copied to clipboard

Adds a dismiss all button to a dismissable panel list if the list contains more than one panel.

Link copied to clipboard

PanelContainerBasicElementViewModel for the dismiss all button.

Link copied to clipboard

Adds a dummy, not visible, view at the beginning of the panel list. This has the side effect that if other panels are added to the start of the list they are not added outside of the visible area and do not require scrolling to be shown.

Link copied to clipboard

Implementation of a RecyclerSubContainerController for a panel list.