Package-level declarations

Types

Link copied to clipboard
class BadgeLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_BadgeLayout_Style, @StyleRes defStyleRes: Int = R.style.BaseBadgeLayout) : FrameLayout

Badge Layout.

Link copied to clipboard
sealed class BadgeMode(val code: Int)

Badge mode

Link copied to clipboard
sealed class BadgeState

Badge state.

Link copied to clipboard
class BadgeView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_BadgeView_Style, @StyleRes defStyleRes: Int = R.style.BaseBadgeView) : View

Badge View.