Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
On this page, you can find out how to customize your camera screen.
Table of Contents | ||||
---|---|---|---|---|
|
...
You can inject your own view for the bottom navigation bar . You can pass by passing your custom HelpNavigationBarBottomAdapter
implementation to GiniCapture.Builder
:
...
You can show your own help screens . They can be appended and append them to the list on the main help screen. You can To do this, pass the title and activity for each screen to the GiniCapture.Builder
using a list of HelpItem.Custom
objects:
...