HeaderListItemViewFactory

interface HeaderListItemViewFactory

Creates the View for the ListItemViewModel.ListItemType.HEADER items in a TtListRecyclerView. Implement this interface to apply custom styling for header items in a TtListRecyclerView.

Functions

Link copied to clipboard
abstract fun create(parent: ViewGroup): View

Creates a header view within the given parent.

Inheritors

Link copied to clipboard