Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Jetpack Compose version: 1.7.0-alpha08
Material Library Version (M2, M3 or Both?): androidx.compose.material3:material3: 1.3.0-alpha06
Material Compose component used: androidx.compose.material3:material3-adaptive-navigation-suite:1.0.0-alpha07
Android Studio Build: #AI-241.15989.150.2411.11792637
Kotlin version: 1.9.23
NavigationSuiteScaffold currently supports 4 layout types,
NavigationBar
,NavigationRail
,NavigationDrawer
, orNone
.Unfortunately, I am building an app with a large number of top-level destinations, such that they will not fit in
NavigationBar
mode. Because of this, I'd like to use a modal navigation drawer in its place.It seems like
NavigationDrawer
mode as it is currently refers to a "standard navigation drawer", which is fixed in place. This is great for large screens, but not so nice for small screens with many destinations that need to be displayed.This leaves me with a couple of options right now;
NavigationSuiteScaffold
NavigationSuiteScaffold
, since I am now managing navigation layout myselfNavigationSuiteScaffold
and again for the modal drawer