Closed florafresco closed 1 year ago
Hi @florafresco ,
Sorry for the inconvenience. We'll add this to our documentation soon. In the meantime, please follow the step and sample snippet below to change the theme color for Android.
<style name="Theme.SalesIQ.Base.DarkActionBar" parent="Theme.SalesIQ.Light" >
<item name="colorAccent">#BB0000</item>
</style>
Regards, Bhahirathan
Hi,
I see setThemeColorForiOS is used to set the overall theme of the chat. But its available only in iOS.
The documentation didn't say how we can add for android.
I'm still seeing only default blue theme in android version.