ShelfItemDecoration  
    class ShelfItemDecoration(_startPadding: Int, _endPadding: Int, _pad: Int) : RecyclerView.ItemDecoration
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)