createSubContainer

abstract fun createSubContainer(parentContainer: ViewGroup): ViewGroup

Creates a sub-container for an individual panel. Sub-containers allow for multiple panels visible to the user at the same time and transitions of individual panels.

Return

A sub-container for an individual panel. After returning, it will be placed inside the given parentContainer. It will be removed from the container again when the panel is closed.

Parameters

parentContainer

The container that the created sub-container will be placed in.