DeweyNotificationBadge

open class DeweyNotificationBadge @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : AppCompatTextView

Represents a badge usually displayed as a red dot or text with a red background located at top right corner of some anchor view.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null)

Functions

Link copied to clipboard

Set badge content dynamically.

Link copied to clipboard
fun setVisible(isVisible: Boolean)