DefaultQuotedAttachmentViewStyle

class DefaultQuotedAttachmentViewStyle(@Px val fileAttachmentHeight: Int, @Px val fileAttachmentWidth: Int, @Px val imageAttachmentHeight: Int, @Px val imageAttachmentWidth: Int, @Px val quotedImageRadius: Int) : ViewStyle

Style to be applied to DefaultQuotedAttachmentView. Use TransformStyle.defaultQuotedAttachmentViewStyleTransformer to change the style programmatically.

Parameters

fileAttachmentHeight

The height of the quoted file attachment.

fileAttachmentWidth

The width of the quoted file attachment.

imageAttachmentHeight

The width of the quoted image attachment.

imageAttachmentWidth

The height of the quoted image attachment.

quotedImageRadius

The radius of the quoted attachment corners.

Constructors

Link copied to clipboard
constructor(@Px fileAttachmentHeight: Int, @Px fileAttachmentWidth: Int, @Px imageAttachmentHeight: Int, @Px imageAttachmentWidth: Int, @Px quotedImageRadius: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard