LinearSpacingItemDecoration

data class LinearSpacingItemDecoration(@Px val all: Int? = null, @Px val between: Int? = null, @Px val start: Int? = null, @Px val end: Int? = null) : RecyclerView.ItemDecoration

Constructors

Link copied to clipboard
constructor(@Px all: Int? = null, @Px between: Int? = null, @Px start: Int? = null, @Px end: Int? = null)

Properties

Link copied to clipboard
val all: Int? = null
Link copied to clipboard
val between: Int? = null
Link copied to clipboard
val end: Int? = null
Link copied to clipboard
val start: Int? = null

Functions

Link copied to clipboard
open fun getItemOffsets(@NonNull p0: Rect, p1: Int, @NonNull p2: RecyclerView)
open override fun getItemOffsets(outRect: Rect, view: View, parent: RecyclerView, state: RecyclerView.State)
Link copied to clipboard
Link copied to clipboard