LayoutHeaderListItemViewFactory
class LayoutHeaderListItemViewFactory(@LayoutRes layoutRes: Int) : HeaderListItemViewFactory
Content copied to clipboard
Creates a View by inflating the provided layoutRes. layoutRes must be inflatable using DataBindingUtil.
Throws
if the given layout cannot be found during create.