Border Radius
fun BorderRadius(all: Dimen? = null, topLeft: Dimen? = null, topRight: Dimen? = null, bottomLeft: Dimen? = null, bottomRight: Dimen? = null)
Parameters
all
the radius to be applied to all corners
top Left
the radius to be applied to the top left corner
top Right
the radius to be applied to the top right corner
bottom Left
the radius to be applied to the bottom left corner
bottom Right
the radius to be applied to the bottom right corner