...
Code Block | ||
---|---|---|
| ||
val customHelpItems: MutableList<HelpItem.Custom> = ArrayList() customHelpItems.add( HelpItem.Custom( R.string.custom_help_screen_title, Intent(this, CustomHelpActivity::class.java) ) ) GiniBank.setCaptureConfiguration( CaptureConfiguration( customHelpItems = customHelpItems ) ) |
...
UI customisation
You can also view the UI customisation guide in Figma here.
Figma for confluence lite | ||||
---|---|---|---|---|
|
...