A simple screen is shown with a safe-area around it, to be able to click/tap all components. Many devices have a rounded case and the UI should work without problems, e.g.
The first screenshot doesn't use a safe-area and the table overlaps the case. The second screenshot uses a safe-area and everything fits. But if you need the full-size. It's possible to disable the safe-area with following style:
f_full_size
We have more style options:
f_background_in_titlef_simple_menuf_no_menuf_no_backf_overview_backf_secure
The f_background_in_title will use the background color of the screen for the title as well. This will override the general screen title color.
The f_simple_menu will show a minimalistic menu instead of the full drawer menu.
Above screenshot shows both styles in action.
The f_no_menu hides the men, f_no_back removes the back arrow, f_overview_back navigates to the application overview instead the menu.