Skip to end of banner
Go to start of banner

No Results Screen

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Here, you can read about the customization of the no results screen.


UI customization


Bottom navigation bar

You can inject your own view for the bottom navigation bar. You can pass your custom NoResultsNavigationBarBottomAdapter implementation to GiniCapture.Builder:

NoResultsNavigationBarBottomAdapter customNoResultsNavigationBarBottomAdapter = new CustomNoResultsNavigationBarBottomAdapter();

GiniCapture.newInstance()
        .setNoResultsNavigationBarBottomAdapter(customNoResultsNavigationBarBottomAdapter)
        .build();

  • No labels