SpaceDecoration
class SpaceDecoration(start: Int = 0, top: Int = 0, end: Int = 0, bottom: Int = 0) : RecyclerView.ItemDecoration
ItemDecoration that adds space around items.
Functions
Link copied to clipboard
open override fun getItemOffsets(outRect: Rect, view: View, parent: RecyclerView, state: RecyclerView.State)
Link copied to clipboard
Link copied to clipboard
open fun onDrawOver(@NonNull p0: Canvas, @NonNull p1: RecyclerView, @NonNull p2: RecyclerView.State)