SignalChat icon indicating copy to clipboard operation
SignalChat copied to clipboard

Add head picture in the message bubble

Open xuzhe35 opened this issue 5 years ago • 1 comments

in most of the popular chat app

the head picture displayed besides the message bubble

can this project doing such thing?

This project is really awsome

xuzhe35 avatar Aug 26 '18 17:08 xuzhe35

You can add the element you want in MessagesDataTemplate in ChatView.xaml. You can do this by placing an Image control and MessageBorder in a Grid and writing data triggers to show the appropriate image in the image control.

MeshackMusundi avatar Aug 26 '18 19:08 MeshackMusundi