Package-level declarations

Types

Link copied to clipboard
class GridItemSpacingDecoration(itemSpacingHorizontalPx: Int, itemSpacingVerticalPx: Int = itemSpacingHorizontalPx) : RecyclerView.ItemDecoration

A RecyclerView.ItemDecoration used to add the spacing to items in GridLayoutManager.

Link copied to clipboard
Link copied to clipboard
class StickyHeaderDecoration(isHeader: (itemPosition: Int) -> Boolean) : RecyclerView.ItemDecoration

A RecyclerView.ItemDecoration used to act as the sticky header in a RecyclerView.