Package-level declarations

Types

Link copied to clipboard

View rendering a paginated list of threads. Optionally, it renders a banner informing about new threads/thread messages outside of the loaded pages of threads.

Link copied to clipboard
data class ThreadListViewStyle(    @ColorInt val backgroundColor: Int,     val emptyStateDrawable: Drawable,     val emptyStateText: String,     val emptyStateTextStyle: TextStyle,     val threadIconDrawable: Drawable,     val threadTitleStyle: TextStyle,     val threadReplyToStyle: TextStyle,     val latestReplyStyle: MessagePreviewStyle,     val unreadCountBadgeTextStyle: TextStyle,     val unreadCountBadgeBackground: Drawable,     val bannerTextStyle: TextStyle,     val bannerIcon: Drawable,     val bannerBackground: Drawable,     @Px val bannerPaddingLeft: Int,     @Px val bannerPaddingTop: Int,     @Px val bannerPaddingRight: Int,     @Px val bannerPaddingBottom: Int,     @Px val bannerMarginLeft: Int,     @Px val bannerMarginTop: Int,     @Px val bannerMarginRight: Int,     @Px val bannerMarginBottom: Int) : ViewStyle

Class holding the customizable styling parameters for ThreadListView.