AttachmentGalleryOptionsViewStyle

data class AttachmentGalleryOptionsViewStyle(val optionTextStyle: TextStyle, @ColorInt val backgroundColor: Int, val replyOptionEnabled: Boolean, val replyOptionDrawable: Drawable, val showInChatOptionEnabled: Boolean, val showInChatOptionDrawable: Drawable, val saveMediaOptionEnabled: Boolean, val saveMediaOptionDrawable: Drawable, val deleteOptionEnabled: Boolean, val deleteOptionDrawable: Drawable, @ColorInt val deleteOptionTextColor: Int) : ViewStyle

Controls how video attachments are displayed inside of the AttachmentGalleryActivity.

Parameters

optionTextStyle

The text style of each option.

backgroundColor

The background color of the options dialog.

replyOptionEnabled

If the "reply" option is present in the list.

replyOptionDrawable

The icon to the "reply" option.

showInChatOptionEnabled

If the "show in chat" option present in the list.

showInChatOptionDrawable

The icon for the "show in chat" option.

saveMediaOptionEnabled

If the "save media" option is present in the list.

saveMediaOptionDrawable

The icon for the "save media" option.

deleteOptionEnabled

If the "delete" option is present in the list.

deleteOptionDrawable

The icon for the "delete" option.

deleteOptionTextColor

The text color of the "delete" option.

Constructors

Link copied to clipboard
constructor(optionTextStyle: TextStyle, @ColorInt backgroundColor: Int, replyOptionEnabled: Boolean, replyOptionDrawable: Drawable, showInChatOptionEnabled: Boolean, showInChatOptionDrawable: Drawable, saveMediaOptionEnabled: Boolean, saveMediaOptionDrawable: Drawable, deleteOptionEnabled: Boolean, deleteOptionDrawable: Drawable, @ColorInt deleteOptionTextColor: Int)

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