Info Message

You can customize all the aspects like the color of the log info text and log button layout background to match the look and feel of your application.

Description:

KeyDescription
siq_chat_infomessage_textcolorColor of the info message
siq_chat_reopenbutton_backgroundcolorBackground color​ of the reopen button
siq_chat_reopenbutton_textcolorColor of the text in the reopen button


Sample Code:

Copied<item name="siq_chat_infomessage_textcolor">?android:attr/textColorSecondary</item>
<item name="siq_chat_reopenbutton_backgroundcolor">?attr/colorAccent</item>
<item name="siq_chat_reopenbutton_textcolor">@color/white</item>