Hi! Are there any guidelines on how to better hand...
# compose-android
r
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
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
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.