public static class SettingHeadersAdapter.CategoryDividerHolder
extends ViewHolder
ViewHolder implementation for category divider view of SettingHeadersAdapter.| Modifier and Type | Field and Description |
|---|---|
android.view.View |
shadowBottom
View that displays a shadow at the bottom of divider's view hierarchy.
|
android.view.View |
shadowTop
View that displays a shadow at the top of divider's view hierarchy.
|
| Constructor and Description |
|---|
CategoryDividerHolder(android.view.View itemView)
Creates a new instance of CategoryDividerHolder for the given itemView.
|