Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel2
maxLevel4

UI customization

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/EGcvSspecqVSU51rQ2FWZk/Android-Gini-Bank-SDK-3.6.0-UI-Customisation?type=design&node-id=40-584&mode=design&t=3H6FA1gUfotmxzQp-0
height1000px

...

Bottom navigation bar

You can inject your own view for the bottom navigation bar if you set GiniBank.setCaptureConfiguration(CaptureConfiguration(bottomNavigationBarEnabled = )) to true and pass a custom OnboardingNavigationBarBottomAdapter implementation to GiniBank:

...

You can inject your own views for the illustrations. For example, if you want to animate the illustrations on the onboarding pages, implement the OnboardingIllustrationAdapter interface to inject a view that can animate images (for example, Lottie) and pass it to the relevant onboarding illustration adapter setters (for example, onboardingAlignCornersIllustrationAdapter) when configuring GiniBank. The reference documentation of CaptureConfiguration lists all the setters.

...

UI customization

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/EGcvSspecqVSU51rQ2FWZk/Android-Gini-Bank-SDK-3.6.0-UI-Customisation?type=design&node-id=40-584&mode=design&t=3H6FA1gUfotmxzQp-0
height1000px

...