Button
class Button(@ColorInt colorBackground: Int? = null, @ColorInt colorBorder: Int? = null, @ColorInt colorText: Int? = null) : Parcelable
Parameters
colorBackground
The background color of the button. If null the default will be used.
colorBorder
The border color of the button. If null the default will be used.
colorText
The text color of the button. If null the default will be used.