...
Table of Contents | ||||
---|---|---|---|---|
|
UI customization
Figma for confluence lite | ||||
---|---|---|---|---|
|
...
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 | ||||
---|---|---|---|---|
|
...