Package io.getstream.chat.android.ui.search.list
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)
Content copied to clipboard
Style for SearchResultListView. Use this class together with TransformStyle.searchResultListViewStyleTransformer to change SearchResultListView styles programmatically.