Skip to content

Commit d72e61e

Browse files
committed
Merge branch 'didi/chat-styling-templates' of https://github.com/telerik/maui-docs into didi/chat-styling-templates
2 parents 99ce1ea + c086a38 commit d72e61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controls/chat/items/attachments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ To add attachments you have to apply the following settings:
6969
- [Commands]({% slug chat-commands%})
7070
- [Chat Items]({%slug chat-items-overview%})
7171
- [Attachment Styling]({%slug chat-attachments-styling%})
72-
- [Attachment Templates]({%slug chat-attachments-styling%})
72+
- [Attachment Templates]({%slug chat-attachments-templates%})

controls/chat/styling/attachments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To customize the appearance of the attachments in the messages, you can use the
4444
* `LabelStyle` (`Style` with target type `Label`)—Defines the style of the label in the attached messages.
4545
* `AttachmentsListViewStyle` (`Style` with target type `ChatMessageAttachmentsListView`)—Defines the style of the list view containing the attached files in the message. The properties for customizing the list view are:
4646
* `DownloadAllButtonStyle` (`Style` with target type `RadTemplatedButton`)—Defines the style for the Download All button used to download all attached files in the message.
47-
* `AttachmentStyle` (`Style` with target type ChatMessageAttachmentView`)—Defines style of the image (the avatar's icon) of the attachments message
47+
* `AttachmentStyle` (`Style` with target type `ChatMessageAttachmentView`)—Defines the style of the entire attachment view in the attachments message.
4848
* `ImageStyle` (`Style` with target type `Image`)—Defines the style of the icon of the attached file in the message area.
4949
* `SubtitleStyle` (`Style` with target type `Label`)—Defines the style of the label representing the size of the attached file in the message area.
5050
* `TitleStyle` (`Style` with target type `Label`)—Defines the style of the label representing the name of the attached file in the message area.

0 commit comments

Comments
 (0)