Class DefaultQuotedAttachmentViewStyle
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.helper.ViewStyle
public final class DefaultQuotedAttachmentViewStyle implements ViewStyle
Style to be applied to DefaultQuotedAttachmentView. Use TransformStyle.defaultQuotedAttachmentViewStyleTransformer to change the style programmatically.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerfileAttachmentHeightprivate final IntegerfileAttachmentWidthprivate final IntegerimageAttachmentHeightprivate final IntegerimageAttachmentWidthprivate final IntegerquotedImageRadius
-
Method Summary
Modifier and Type Method Description final IntegergetFileAttachmentHeight()final IntegergetFileAttachmentWidth()final IntegergetImageAttachmentHeight()final IntegergetImageAttachmentWidth()final IntegergetQuotedImageRadius()-
-
Constructor Detail
-
DefaultQuotedAttachmentViewStyle
DefaultQuotedAttachmentViewStyle(Integer fileAttachmentHeight, Integer fileAttachmentWidth, Integer imageAttachmentHeight, Integer imageAttachmentWidth, Integer quotedImageRadius)
- 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.
-
-
Method Detail
-
getFileAttachmentHeight
final Integer getFileAttachmentHeight()
-
getFileAttachmentWidth
final Integer getFileAttachmentWidth()
-
getImageAttachmentHeight
final Integer getImageAttachmentHeight()
-
getImageAttachmentWidth
final Integer getImageAttachmentWidth()
-
getQuotedImageRadius
final Integer getQuotedImageRadius()
-
-
-
-