UnsupportedAttachmentViewStyle
data class UnsupportedAttachmentViewStyle(@ColorInt val backgroundColor: Int, @ColorInt val strokeColor: Int, @Px val strokeWidth: Int, @Px val cornerRadius: Int, val titleTextStyle: TextStyle) : ViewStyle
Style for unsupported attachments.
Parameters
backgroundColor
Unsupported attachment background color.
strokeColor
Unsupported attachment stroke color.
strokeWidth
Unsupported attachment stroke width.
cornerRadius
Unsupported attachment corner radius.
titleTextStyle
Text appearance for unsupported attachment title.