public static class SettingHeadersAdapter.CategoryHolder
extends ViewHolder
ViewHolder implementation for category item view of SettingHeadersAdapter.| Modifier and Type | Field and Description |
|---|---|
android.widget.TextView |
title
Text view that displays a category's title text.
|
| Constructor and Description |
|---|
CategoryHolder(android.view.View itemView)
Creates a new instance of CategoryHolder for the given itemView.
|