Forward
Forward message is a feature that allows users to forward the image and text message. Forward message appears in the
ForwardMessageFragment
class.
In MirrorFly UIKit for Android, there are currently two type of messages that users can forward : text and image. These text message and image file can be shared with other members in the single chat from the sender’s mobile device.
#
Forward Message Screen#
Forward Message Flow#
The following are the forward message AppBar style and attributes for customizations.#
The following are the forward message Recyclerview style and attributes for customizations.#
Customize the style of message forward itemsTo customize the style of forward items, change the UIKit-defined style values in the res/values/themes.xml
file. The table below shows the style of message forward items you can customize. You need to keep the original names of the items and parents defined by the UIKit during the process.
#
List of attributes of Widget.MirrorFly.UserPreviewAttribute | Resource type | Description |
---|---|---|
android:background | drawable/color | The user item background. |
mf_user_preview_nickname_appearance | text appearance | Size, color, font, and style of the user nickname. |
Note : To apply the declared custom styles, pass the
R.style.Custom
to theForwardMessageFragment.Builder
as follows: