AttachmentGalleryOptionsViewStyle
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)
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.