Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Oh I forgot to mention that I thought it might be connected to this issue:
ki...@gmail.com <ki...@gmail.com> #3
Please provide a minimal sample project along with the minimal steps to recreate the issue in the project.
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: