...
Table of Contents | ||||
---|---|---|---|---|
|
...
UI
...
customisation
You can also view the UI customisation guide in Figma here.
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 NoResultsNavigationBarBottomAdapter
implementation to GiniBank
:
...
language | kotlin |
---|
...