Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class MessageListHeaderViewStyle(    @ColorInt val background: Int,     val titleTextStyle: TextStyle,     val offlineTextStyle: TextStyle,     val searchingForNetworkTextStyle: TextStyle,     val onlineTextStyle: TextStyle,     val showUserAvatar: Boolean,     val backButtonIcon: Drawable,     val showBackButton: Boolean,     val showBackButtonBadge: Boolean,     @ColorInt val backButtonBadgeBackgroundColor: Int,     val showSearchingForNetworkProgressBar: Boolean,     val searchingForNetworkProgressBarTint: ColorStateList,     val separatorBackgroundDrawable: Drawable?) : ViewStyle

Style for MessageListHeaderView. Use this class together with TransformStyle.messageListHeaderStyleTransformer to change MessageListHeaderView styles programmatically.