Custom Container View
class CustomContainerView( val containerViewId: Int, val width: Int, val height: Int) : OverviewFeature
Content copied to clipboard
Represents a custom view container that can be added to the overview screen.
This container view will be added as a FrameLayout in the overview screen which can be used by users to add their own custom views.
Parameters
container View Id
The custom view container id
width
The width of the container view, either MATCH_PARENT, WRAP_CONTENT or a fixed size in pixels
height
The height of the container view, either MATCH_PARENT, WRAP_CONTENT or a fixed size in pixels