RoundedCornersTransformation

fun RoundedCornersTransformation(@Px() radius: Float)
fun RoundedCornersTransformation(@Px() topLeft: Float = 0f, @Px() topRight: Float = 0f, @Px() bottomLeft: Float = 0f, @Px() bottomRight: Float = 0f)

Parameters

topLeft

The radius for the top left corner.

topRight

The radius for the top right corner.

bottomLeft

The radius for the bottom left corner.

bottomRight

The radius for the bottom right corner.