Package-level declarations
Types
Link copied to clipboard
class GiphyMediaAttachmentViewStyle(val progressIcon: Drawable, val giphyIcon: Drawable, val placeholderIcon: Drawable, @ColorInt val imageBackgroundColor: Int, val giphyType: GiphyInfoType, val scaleType: ImageView.ScaleType, val sizingMode: GiphySizingMode, val width: Int, val height: Int, val dimensionRatio: Float)
Sets the style for io.getstream.chat.android.ui.feature.messages.list.adapter.view.internal.GiphyMediaAttachmentView by obtaining styled attributes.
Link copied to clipboard
data class MediaAttachmentViewStyle(val progressIcon: Drawable, val placeholderIcon: Drawable, @ColorInt val placeholderIconTint: Int?, @ColorInt val mediaPreviewBackgroundColor: Int, @ColorInt val moreCountOverlayColor: Int, val moreCountTextStyle: TextStyle, val playVideoIcon: Drawable?, @ColorInt val playVideoIconTint: Int?, @ColorInt val playVideoIconBackgroundColor: Int, val playVideoIconElevation: Float, val playVideoIconPaddingTop: Int, val playVideoIconPaddingBottom: Int, val playVideoIconPaddingStart: Int, val playVideoIconPaddingEnd: Int, val playVideoIconCornerRadius: Float) : ViewStyle
Style for MediaAttachmentView. Use this class together with TransformStyle.mediaAttachmentStyleTransformer to change styles programmatically.
Link copied to clipboard