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:
Key | Description |
siq_chat_infomessage_textcolor | Color of the info message |
siq_chat_reopenbutton_backgroundcolor | Background color of the reopen button |
siq_chat_reopenbutton_textcolor | Color 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>