Package-level declarations

Types

Link copied to clipboard

View used to display messages that contain specific text.

Link copied to clipboard
data class SearchResultListViewStyle(@ColorInt val backgroundColor: Int, val searchInfoBarBackground: Drawable, val searchInfoBarTextStyle: TextStyle, val emptyStateIcon: Drawable, val emptyStateTextStyle: TextStyle, val progressBarIcon: Drawable, val messagePreviewStyle: MessagePreviewStyle) : ViewStyle

Style for SearchResultListView. Use this class together with TransformStyle.searchResultListViewStyleTransformer to change SearchResultListView styles programmatically.