Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Nested scrolling works partially (as per http://b/122818889 ). Let's discuss if we need full support and if so make sure it works.
ki...@gmail.com <ki...@gmail.com> #3
Hi!
What is 'partially' exactly?
How do I see it?
Thanks!
What is 'partially' exactly?
How do I see it?
Thanks!
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: