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

Version 1 Next »

Overview

Filter by label

There are no items with the selected labels at this time.

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