RecyclerViewCornerDecoration

constructor(context: Context, seslRoundedCorners: Int = ROUNDED_CORNER_ALL)(source)

Parameters

context

The Context used to create the SeslRoundedCorner.

seslRoundedCorners

An integer representing the corners to be rounded. Defaults to SeslRoundedCorner.ROUNDED_CORNER_ALL. See SeslRoundedCorner for available options like SeslRoundedCorner.ROUNDED_CORNER_TOP_LEFT, SeslRoundedCorner.ROUNDED_CORNER_TOP_RIGHT, etc.