App Branding Colors
This section contains which all colors will be used in color.xml
file to make the Channelize.io Android UI SDK match your theme color.
<color name="colorPrimary">#FFFFFF</color>
<color name="colorPrimaryDark">#2962FF</color>
<color name="colorAccent">#448AFF</color>
<color name="textColorPrimary">#000000</color>
<color name="themeButtonColor">#2979FF</color>
colorPrimary: The header color of all screens.
colorPrimaryDark: The status bar color.
colorAccent: Color of the loading progress bar.
textColorPrimary: Color of the text in the header.
themeButtonColor: Color of all CTAs and the main theme components.