DismissablePanelListContainer
Deprecated
23Q3, the name DismissablePanelListContainer is misspelled.
Replace with
DismissiblePanelListContainer
Inherited properties
Layout ID for the dismiss all button. If null
the dismiss all button is not shown.
When true, onInterceptTouchEvent and onTouchEvent will be ignored. This is useful in situations where touch events should be propagated to underlying views, such as when the recycler view has no (visible) contents but still has a touchable area due to padding.
The entry point for a container to communicate with the system UI host.
The panels to present in the container view.
A provider of both the enter and exit animations used for the entrance and exit of panel sub-containers. This attribute, if specified, requires that ttiviSubContainerEnterAnimation and ttiviSubContainerExitAnimation are not set.
An animation resource used for the entrance of panel sub-containers.
An animation resource used for the exit of panel sub-containers.
An optional layout reference for panel sub-containers. This layout ID will be used for every sub-container.
Inherited functions
Invoked to create a RecyclerSubContainerController.