ConfigurableDivider
class ConfigurableDivider(context: Context, orientation: Int = VERTICAL, var skipLastDivider: Boolean = false, var justBetweenSameType: Boolean = false) : RecyclerView.ItemDecoration
Properties
Link copied to clipboard
Link copied to clipboard
Sets the orientation for this divider. This should be called if RecyclerView.LayoutManager changes orientation.
Link copied to clipboard
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)