Package-level declarations

Types

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

A RecyclerView.ItemDecoration used to add the spacing to items in the GridLayoutManager. When applyRtl, the start and end spacing are inverted.

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.