Package com.tomtom.ivi.platform.systemui.api.common.systemuihost.view

Types

Link copied to clipboard
open class PanelListRecyclerView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : RecyclerView

This RecyclerView extension facilitates additional use-cases that are relevant to lists of panels. Particularly, it resolves a number of touch event related issues that occur when scrolling through a list with list items that have nested scrolling.