Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class AttachmentsPickerDialogFragment : BottomSheetDialogFragment

Represent the bottom sheet dialog that allows users to pick attachments.

Link copied to clipboard
data class AttachmentsPickerDialogStyle(@ColorInt val attachmentsPickerBackgroundColor: Int, val allowAccessButtonTextStyle: TextStyle, val submitAttachmentsButtonIconDrawable: Drawable, val attachmentTabToggleButtonStateList: ColorStateList?, val mediaAttachmentsTabEnabled: Boolean, val mediaAttachmentsTabIconDrawable: Drawable, val allowAccessToMediaButtonText: String, val allowAccessToMediaIconDrawable: Drawable, val videoLengthTextVisible: Boolean, val videoLengthTextStyle: TextStyle, val videoIconVisible: Boolean, val videoIconDrawable: Drawable, @ColorInt val videoIconDrawableTint: Int?, val mediaAttachmentNoMediaText: String, val mediaAttachmentNoMediaTextStyle: TextStyle, val fileAttachmentsTabEnabled: Boolean, val fileAttachmentsTabIconDrawable: Drawable, val allowAccessToFilesButtonText: String, val allowAccessToFilesIconDrawable: Drawable, val recentFilesText: String, val recentFilesTextStyle: TextStyle, val fileManagerIconDrawable: Drawable, val fileAttachmentsNoFilesText: String, val fileAttachmentsNoFilesTextStyle: TextStyle, val fileAttachmentItemNameTextStyle: TextStyle, val fileAttachmentItemSizeTextStyle: TextStyle, val fileAttachmentItemCheckboxSelectedDrawable: Drawable, val fileAttachmentItemCheckboxDeselectedDrawable: Drawable, @ColorInt val fileAttachmentItemCheckboxTextColor: Int, val cameraAttachmentsTabEnabled: Boolean, val cameraAttachmentsTabIconDrawable: Drawable, val allowAccessToCameraButtonText: String, val allowAccessToCameraIconDrawable: Drawable, val pickerMediaMode: PickerMediaMode) : ViewStyle
Link copied to clipboard