getContentLayout

abstract fun getContentLayout(layout: ViewGroup): ViewGroup?

Get layout that can be passed to content UIBinder.

Return

ViewGroup that will be passed to the content UIBinder to install content view or null if content view is not supported by parent layout.

Parameters

layout

ViewGroup returned by onCreateLayout