Background Customization
constructor(@ColorRes backgroundColor: Int? = null, @DimenRes cornerRadius: Int? = null, @ColorRes borderColor: Int? = null, @DimenRes borderWidth: Int? = null, @DimenRes bgElevation: Int? = null)
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.