LinearItemDecorator
class LinearItemDecorator(context: Context, val horizontalMargin: Float = 0.0f, val headersCount: Int = 0, @ColorRes val color: Int = R.color.color_linear_item_decorator) : RecyclerView.ItemDecoration
Constructors
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)