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
class HorizontalListDividerDecoration(drawable: Drawable) : RecyclerView.ItemDecoration

A RecyclerView.ItemDecoration used to add a divider between list items in the RecyclerView. The RecyclerView.Adapter has to be a ListGroupItemsCollection.

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.