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.

Constructors

Link copied to clipboard
constructor(@ColorInt colorBackground: Int? = null, @ColorInt colorBorder: Int? = null, @ColorInt colorText: Int? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)