Package com.tomtom.tools.android.api.uicontrols.recyclerview.layout

Types

Link copied to clipboard
open class AutoFitGridLayoutManager(context: Context, itemSpacingPx: Int, gridItemMinimumWidthPx: Int) : GridListLayoutManager

A GridListLayoutManager that calculates number of columns in the layout depending on gridItemMinimumWidthPx size.

Link copied to clipboard
open class GridListLayoutManager(context: Context, spanCount: Int) : GridLayoutManager

A GridLayoutManager, used with ListGroupItemsCollection, allows putting ListGroupItems in the layout that one item either occupies one column or an entire row.