Theming
How to customize the look and feel of Chat SDK for Android
Use a custom theme
<application
android:theme="@style/YouTheme"<style name="YourTheme" parent="ChatSDKTheme">UIModule.config().overrideTheme();UIModule.config().setTheme(R.style.CustomChatSDKTheme);Change the color scheme
Styling the ChatView using ChatKit
Last updated