BorderRadius

constructor(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

topLeft

the radius to be applied to the top left corner

topRight

the radius to be applied to the top right corner

bottomLeft

the radius to be applied to the bottom left corner

bottomRight

the radius to be applied to the bottom right corner