Package-level declarations

Types

Link copied to clipboard
class GridSpacingItemDecoration(itemWidth: Int, itemTopBottomSpacing: Int) : RecyclerView.ItemDecoration

A RecyclerView.ItemDecoration that adds spacing around items in a GridLayoutManager.

Link copied to clipboard

A RecyclerView.ItemDecoration that draws a divider between items in a list.

Link copied to clipboard

An RecyclerView.ItemDecoration that adds spacing to the start or end of items in a list, specifically for items that represent categories.

Link copied to clipboard
class RecyclerViewCornerDecoration @JvmOverloads constructor(context: Context, seslRoundedCorners: Int = ROUNDED_CORNER_ALL) : RecyclerView.ItemDecoration

An RecyclerView.ItemDecoration that draws rounded corners for a RecyclerView.

Link copied to clipboard
class RoundedCornerDecoration(context: Context, val adapter: RecyclerView.Adapter<*>, @ColorInt val roundedCornerColor: Int) : RecyclerView.ItemDecoration

An RecyclerView.ItemDecoration that draws rounded corners for items in a RecyclerView.