FileAttachmentViewStyle

data class FileAttachmentViewStyle(@ColorInt val backgroundColor: Int, @ColorInt val strokeColor: Int, @Px val strokeWidth: Int, @Px val cornerRadius: Int, val progressBarDrawable: Drawable, val actionButtonIcon: Drawable, val failedAttachmentIcon: Drawable, val titleTextStyle: TextStyle, val fileSizeTextStyle: TextStyle) : ViewStyle

Constructors

Link copied to clipboard
constructor(@ColorInt backgroundColor: Int, @ColorInt strokeColor: Int, @Px strokeWidth: Int, @Px cornerRadius: Int, progressBarDrawable: Drawable, actionButtonIcon: Drawable, failedAttachmentIcon: Drawable, titleTextStyle: TextStyle, fileSizeTextStyle: TextStyle)

Properties

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