Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Represent the bottom sheet dialog that allows users to pick attachments.
Link copied to clipboard
data class AttachmentsPickerDialogStyle( val useDefaultSystemMediaPicker: Boolean = false, val saveAttachmentsOnDismiss: Boolean, @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 allowAccessToAudioText: String, val allowAccessToAudioTextStyle: TextStyle, val allowAccessToAudioIconDrawable: Drawable, val allowAccessToVisualMediaText: String, val allowAccessToMoreVisualMediaText: String, val allowAccessToVisualMediaTextStyle: TextStyle, val allowAccessToVisualMediaIconDrawable: 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 pollAttachmentsTabEnabled: Boolean, val pollAttachmentsTabIconDrawable: Drawable, val allowAccessToCameraButtonText: String, val allowAccessToCameraIconDrawable: Drawable, val pickerMediaMode: PickerMediaMode, val systemMediaPickerVisualMediaAllowMultiple: Boolean, val systemMediaPickerVisualMediaType: VisualMediaType) : ViewStyle
Style for AttachmentsPickerDialogFragment.
Link copied to clipboard