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