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, @Px val itemHeight: Int, @Px val itemMarginStart: Int, @Px val itemMarginEnd: Int, @Px val itemTitleMarginStart: Int, @Px val itemVerticalSpacerHeight: Int, @Px val itemVerticalSpacerPosition: Float, val itemSeparator: Drawable) : ViewStyle

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