Skip to content

Overriding SDK assets

Pallab edited this page Mar 8, 2021 · 6 revisions

Overriding SDK assets

  • Images and animations

    For now, the application can override certain images/animations of the SDK. The image/animation override is done by having (one, many, or even all of) them as drawable resources in the application bundle. 📖 - More details

  • Colors

    In addition, the application can override colors used in the SDK. The colors need to be defined in the application's values using (one, many, or all of). 📖 - More details

Next

Clone this wiki locally