Background Customization
data class BackgroundCustomization(@ColorRes var backgroundColor: Int? = null, @DimenRes var cornerRadius: Int? = null, @ColorRes var borderColor: Int? = null, @DimenRes var borderWidth: Int? = null, @DimenRes var bgElevation: Int? = null)
Use this class to set the background style of a specified user interface element.
Parameters
background Color
Background colour resource reference.
corner Radius
Button corner radius resource reference.
border Color
Border colour resource reference.
border Width
Border width resource reference.
bg Elevation
Button elevation resource reference.