Skip Navigation

Using the branding API to add a custom logo and colors

You can use the branding API to add a custom logo and colors to the app UI. Make the following call before initializing your activity with
activityInit()
:
GDAndroid.configureUI(Drawable small_logo, Drawable big_logo, Integer color)