MessageReplyStyle
Style for view holders used inside MessageListView allowing to customize message "reply" view. Use this class together with TransformStyle.messageReplyStyleTransformer to change styles programmatically.
Constructors
Properties
Background color of links in the message sent by the current user.
Background color of links in the message sent by the other user.
Appearance for message link sent by the current user.
Appearance for message link sent by other users.
Background color for message sent by the current user. Default value is R.color.stream_ui_grey_gainsboro.
Background color for message sent by other user. Default value is R.color.stream_ui_white.
Stroke color for message sent by the current user. Default value is MESSAGE_STROKE_COLOR_MINE.
Stroke color for message sent by other user. Default value is MESSAGE_STROKE_COLOR_THEIRS.
Stroke width for message sent by the current user. Default value is MESSAGE_STROKE_WIDTH_MINE.
Stroke width for message sent by other user. Default value is MESSAGE_STROKE_WIDTH_THEIRS.
Appearance for message text sent by the current user.
Appearance for message text sent by other users.