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
Component used: Navigation Version used: Jetpack Compose version:
Android Studio Version:
When following the Bottom Nav Bar section of Navigation with Compose:
Composable content from the NavHost Composable will show under the BottomNavigation composable because
PaddingValues
provided from the root layout are not applied to theNavHost
.A workaround for this is to place the
NavHost
composable insideBox
and apply the padding values there: