Launcher
You can customize the SalesIQ chat widget elements like background color and icon color in your mobile application.
Description:
Key | Description |
siq_launcher_backgroundcolor | Background color of the Launcher button |
siq_launcher_unreadbadge_backgroundcolor | Background color of the badge count text |
siq_launcher_unreadbadge_textcolor | Text 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>