Launcher

You can customize the SalesIQ chat widget elements like background color and icon color in your mobile application.

Description:

KeyDescription
siq_launcher_backgroundcolorBackground color of the Launcher button
siq_launcher_unreadbadge_backgroundcolorBackground color of the badge count text
siq_launcher_unreadbadge_textcolorText color of the badge count

Sample Code:

Copied<style name="Theme.SalesIQ.Base" parent="Theme.SalesIQ.Light.DarkActionBar">
   <item name="siq_launcher_backgroundcolor">@color/your_color </item>
   <item name="siq_launcher_unreadbadge_backgroundcolor">@color/your_color </item>
   <item name="siq_launcher_unreadbadge_textcolor">@color/your_color</item>
</style>