Queue Banner

Using this API, you can customize all the attributes like the background color of the banner, the color of the text in the banner, etc., to match the look and feel of your application.

Key Description
siq_chat_queuebanner_backgroundcolorBackground color of the queue banner
siq_chat_queuebanner_title_textcolorColor of the queue banner title
siq_chat_queuebanner_subtitle_textcolorColor of the queue banner subtitle
siq_chat_queuebanner_position_backgroundcolorBackground color of the position layout
siq_chat_queuebanner_position_textcolorColor of the queue position
siq_chat_queuebanner_position_subtitle_textcolorColor of the queue position subtitle

Sample code:

Copied<item name="siq_chat_queuebanner_backgroundcolor">@color/siq_infobanner_backgroundcolor_light</item>
<item name="siq_chat_queuebanner_position_backgroundcolor">@color/siq_backgroundcolor_light</item>
<item name="siq_chat_queuebanner_title_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_queuebanner_subtitle_textcolor">?android:attr/textColorSecondary</item>
<item name="siq_chat_queuebanner_position_textcolor">?attr/colorAccent</item>
<item name="siq_chat_queuebanner_position_subtitle_textcolor">?android:attr/textColorTertiary</item>