GroupTitleViewHolder

PickerViewHolder for group titles in a picker.

This ViewHolder is responsible for displaying a title and an optional label, which can be used to group items within the picker. The appearance of the group title (background and text color) can be customized through GroupTitleStyleData.

Parameters

view

The View representing the group title item.

subHeaderStyle

The style data to customize the appearance of the group title.

Constructors

Link copied to clipboard
constructor(view: View, subHeaderStyle: GroupTitleStyleData)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

TextView for displaying the group title.

Functions

Link copied to clipboard
open override fun bindData(data: ViewData)

Updates the enabled/disabled state of this ViewHolder if the ViewData is an instance of AppInfoViewData.