Message receipts
Message receipts is a feature which allows users to know the status of the sent messages as well as the delivered and read time for the messages. The chat app users are well informed about the status of the sent messages.
#
Single Chat Message Receipt#
Group Chat Message Receipt#
StyleSetStyleSet is the list of styles provided by MirrorFly UIKit. Customizing the style of Message Info
list items is straightforward: Simply inherit the MirrorFly UIKit-defined styles, then override the res/values/styles.xml
or res/values/themes.xml
file from the list below.
#
StringSetListed below are all the strings used in UIKit Message Info for Android. Strings can be changed by overwriting the res/values/strings.xml
files with the same name.
#
IconSetListed below are all the icons used in UIKit Message Info for Android. Icons can be changed by overwriting the res/drawable
files with the same name.
Icon name | Image | Description |
---|---|---|
ic_message_unsent | Icon of Message Unsent. | |
ic_message_seen | Icon of Message Seen. | |
ic_message_delivered | Icon of Message Delivered. | |
ic_message_acknowledged | Icon of Message Ack. | |
icon_arrow_left | Goes back to the previous page. |