...
Code Block | ||
---|---|---|
| ||
List<HelpItem.Custom> customHelpItems = new ArrayList<>(); customHelpItems.add(new HelpItem.Custom(R.string.custom_help_screen_title, new Intent((Context) this, CustomHelpActivity.class))); GiniCapture.newInstance() .setCustomHelpItems(customHelpItems) .build(); |
...
UI
...
customisation
Figma for confluence lite | ||||
---|---|---|---|---|
|
...