Image

You can customize all the aspects like the color of the image border, action icon, and image size text to match the look and feel of your application.

Description:

KeyDescription
siq_chat_image_bordercolor_operatorColor of the border of image (operator)
siq_chat_image_bordercolor_visitorColor of the border of image (visitor)
siq_chat_image_actioniconcolor_operatorColor of the action icon (operator)
siq_chat_image_actioniconcolor_visitorColor of the action icon (visitor)
siq_chat_attachment_detail_textcolorColor of the image size text
siq_chat_image_loader_colorColor of the loader while an image is loading

​​​

Sample Code:

Copied<item name="siq_chat_image_bordercolor_visitor">?attr/colorAccent</item>
<item name="siq_chat_image_bordercolor_operator">@color/siq_chat_image_bordercolor_operator_darkactionbar</item>
<item name="siq_chat_image_actioniconcolor_operator">@color/white</item>
<item name="siq_chat_image_actioniconcolor_visitor">@color/white</item>
<item name="siq_chat_attachment_detail_textcolor">@color/white</item>
<item name="siq_chat_image_loader_color">@color/white</item>