Class FileAttachmentViewStyle
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.helper.ViewStyle
public final class FileAttachmentViewStyle implements ViewStyle
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final IntegerstrokeColorprivate final IntegerstrokeWidthprivate final IntegercornerRadiusprivate final DrawableprogressBarDrawableprivate final DrawableactionButtonIconprivate final DrawablefailedAttachmentIconprivate final TextStyletitleTextStyleprivate final TextStylefileSizeTextStyle
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()final IntegergetStrokeColor()final IntegergetStrokeWidth()final IntegergetCornerRadius()final DrawablegetProgressBarDrawable()final DrawablegetActionButtonIcon()final DrawablegetFailedAttachmentIcon()final TextStylegetTitleTextStyle()final TextStylegetFileSizeTextStyle()-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
getStrokeColor
final Integer getStrokeColor()
-
getStrokeWidth
final Integer getStrokeWidth()
-
getCornerRadius
final Integer getCornerRadius()
-
getProgressBarDrawable
final Drawable getProgressBarDrawable()
-
getActionButtonIcon
final Drawable getActionButtonIcon()
-
getFailedAttachmentIcon
final Drawable getFailedAttachmentIcon()
-
getTitleTextStyle
final TextStyle getTitleTextStyle()
-
getFileSizeTextStyle
final TextStyle getFileSizeTextStyle()
-
-
-
-