PreferenceViewHolder

(SESL variant) A RecyclerView.ViewHolder class which caches views associated with the default Preference layouts. Cached views can be retrieved by calling findViewById.

Functions

Link copied to clipboard
Returns a cached reference to a subview managed by this object.
Link copied to clipboard
Dividers are only drawn between items if both items allow it, or above the first and below the last item if that item allows it.
Link copied to clipboard
Dividers are only drawn between items if both items allow it, or above the first and below the last item if that item allows it.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setDividerAllowedAbove(allowed: Boolean)
Dividers are only drawn between items if both items allow it, or above the first and below the last item if that item allows it.
Link copied to clipboard
open fun setDividerAllowedBelow(allowed: Boolean)
Dividers are only drawn between items if both items allow it, or above the first and below the last item if that item allows it.