Customization: file attachment panel
Before reading, please review the articles "Customization" and "Customization: common styles".
Theme Usedesk.Chat.Attachment.Dialog






Parent style: Usedesk.Common.BottomSheetDialog
Child attributes:
| Name | Description | Default value |
|---|---|---|
| usedesk_common_container_1 | Photo button container style | @style/Usedesk.Chat.Attachment.Dialog.Container1 |
| usedesk_common_container_2 | Gallery button container style | @style/Usedesk.Chat.Attachment.Dialog.Container1 |
| usedesk_common_container_3 | Files button container style | @style/Usedesk.Chat.Attachment.Dialog.Container1 |
| usedesk_chat_attachment_dialog_camera_image | Photo image style | @style/Usedesk.Chat.Attachment.Dialog.Camera.Image |
| usedesk_chat_attachment_dialog_camera_text | Photo text style | @style/Usedesk.Chat.Attachment.Dialog.Camera.Text |
| usedesk_chat_attachment_dialog_gallery_image | Gallery image style | @style/Usedesk.Chat.Attachment.Dialog.Gallery.Image |
| usedesk_chat_attachment_dialog_gallery_text | Gallery text style | @style/Usedesk.Chat.Attachment.Dialog.Gallery.Text |
| usedesk_chat_attachment_dialog_storage_image | Files image style | @style/Usedesk.Chat.Attachment.Dialog.Storage.Image |
| usedesk_chat_attachment_dialog_storage_text | Files text style | @style/Usedesk.Chat.Attachment.Dialog.Storage.Text |
Child style: Usedesk.Chat.Attachment.Dialog.Camera.Image

Child attributes:
| Name | Description | Default value |
|---|---|---|
| srcCompat | Reference to the image | @drawable/usedesk_ic_camera |
Child style: Usedesk.Chat.Attachment.Dialog.Camera.Text

Child attributes:
| Name | Description | Default value |
|---|---|---|
| android:text | Reference to the text | @string/usedesk_camera |
Child style: Usedesk.Chat.Attachment.Dialog.Gallery.Image

Child attributes:
| Name | Description | Default value |
|---|---|---|
| srcCompat | Reference to the image | @drawable/usedesk_ic_gallery |
Child style: Usedesk.Chat.Attachment.Dialog.Gallery.Text

Child attributes:
| Name | Description | Default value |
|---|---|---|
| android:text | Reference to the text | @string/usedesk_gallery |
Child style: Usedesk.Chat.Attachment.Dialog.Storage.Image


Child attributes:
| Name | Description | Default value |
|---|---|---|
| srcCompat | Reference to the image | @drawable/usedesk_ic_storage |
Child style: Usedesk.Chat.Attachment.Dialog.Storage.Text

Child attributes:
| Name | Description | Default value |
|---|---|---|
| android:text | Reference to the text | @string/usedesk_storage |