Package-level declarations
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
A GridLayoutManager, used with ListGroupItemsCollection, allows putting ListGroupItems in the layout that one item either occupies one column or an entire row.