BackgroundCustomization

constructor(@ColorRes backgroundColor: Int? = null, @DimenRes cornerRadius: Int? = null, @ColorRes borderColor: Int? = null, @DimenRes borderWidth: Int? = null, @DimenRes bgElevation: Int? = null)

Parameters

backgroundColor

Background colour resource reference.

cornerRadius

Button corner radius resource reference.

borderColor

Border colour resource reference.

borderWidth

Border width resource reference.

bgElevation

Button elevation resource reference.