Hi! Are there any guidelines on how to better handle topbars in adaptive layouts? I previously had two separate fragments for the list and detail screens where different topbars were used - I’m wondering how to combine them into
NavigableListDetailPaneScaffold
.
a
Alex Vanyo
04/30/2025, 12:29 AM
What’s the desired design for where the topbar lives?
If it doesn’t live within either the list or the detail, and spans across both of them, then your best bet is to display it outside the
NavigableListDetailPaneScaffold
in some way
r
Rihards
04/30/2025, 5:51 AM
It seems that I’ll try to use similar approach as Gmail did with the list item selection. At the moment the topbar spans across both of the panes.