UnreadLabelButtonStyle

data class UnreadLabelButtonStyle(val unreadLabelButtonEnabled: Boolean, @ColorInt val unreadLabelButtonColor: Int, @ColorInt val unreadLabelButtonRippleColor: Int, val unreadLabelButtonTextStyle: TextStyle) : ViewStyle

Style for UnreadLabelButtonStyle.

Constructors

Link copied to clipboard
constructor(unreadLabelButtonEnabled: Boolean, @ColorInt unreadLabelButtonColor: Int, @ColorInt unreadLabelButtonRippleColor: Int, unreadLabelButtonTextStyle: TextStyle)

Properties

Link copied to clipboard

UnreadLabelButtonStyle background color. Default value is R.color.stream_ui_overlay_dark.

Link copied to clipboard

Enables/disables view which allows to scroll to the latest messages. Default value is true.

Link copied to clipboard

UnreadLabelButtonStyle ripple color. Default value is R.color.stream_ui_white_smoke.

Link copied to clipboard

Text appearance of the unread count label.