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