onCreateLayout

abstract fun onCreateLayout(layoutInflater: LayoutInflater, root: ViewGroup): ViewGroup

Create layout that will host action buttons containers.

Return

ViewGroup that can host action button layout. Returned view must not be attached to the root view.

Parameters

layoutInflater

The LayoutInflater service.

root

Parent view that provides a set of LayoutParams values for root of the returned hierarchy.