Package-level declarations

Types

Link copied to clipboard
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.