public static class SettingHeadersAdapter.HeaderHolder
extends ViewHolder
ViewHolder implementation for header item view of SettingHeadersAdapter.| Modifier and Type | Field and Description |
|---|---|
View |
divider
View that displays a divider at the bottom of item.
|
ImageView |
icon
Image view that displays an icon (if specified).
|
View |
iconFrame
Frame layout in which is placed
icon view. |
TextView |
summary
Text view that displays a summary text (if specified).
|
TextView |
title
Text view that displays a title text.
|
| Constructor and Description |
|---|
HeaderHolder(View itemView)
Creates a new instance of HeaderHolder for the given itemView.
|
public final View iconFrame
icon view.
This frame layout is used to show/hide presence of the icon.
public final ImageView icon
public final TextView title
public final TextView summary
public final View divider