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#
The following are the Single and Group chat message receipt AppBar style and attributes for customizations.Single Chat
message receipt MessageInfo style and attributes for customizations.#
The following are the #
MessageInfo#
List of attributes of Widget.MirrorFly.MessageInfoAttribute | Resource type | Description |
---|---|---|
android:background | drawable/color | The user item background. |
mf_message_info_delivered | text appearance | Size, color, font, and style of the delivered receipt. |
mf_message_info_read | text appearance | Size, color, font, and style of the read receipt. |
Note : To apply the declared custom styles, pass the R.style.Custom to the MessageInfoFragment.Builder as follows:
#
GroupMessageInfoHeaderGroup Chat
message receipt GroupMessageInfoHeader style and attributes for customizations.#
The following are the #
List of attributes of Widget.MirrorFly.GroupMessageInfoHeaderAttribute | Resource type | Description |
---|---|---|
android:background | drawable/color | The user item background. |
mf_message_info_delivered | text appearance | Size, color, font, and style of the delivered receipt. |
mf_message_info_read | text appearance | Size, color, font, and style of the read receipt. |
#
GroupMessageInfoChild#
The following are the message receipt GroupMessageInfoChild style and attributes for customizations.#
List of attributes of Widget.MirrorFly.GroupMessageInfoChildAttribute | Resource type | Description |
---|---|---|
android:background | drawable/color | The user item background. |
mf_message_info_delivered | text appearance | Size, color, font, and style of the delivered receipt. |
mf_message_info_read | text appearance | Size, color, font, and style of the read receipt. |
Note : To apply the declared custom styles, pass the R.style.Custom to the GroupMessageInfoFragment.Builder as follows: