Fixed
Status Update
Comments
am...@google.com <am...@google.com>
ar...@gmail.com <ar...@gmail.com> #3
I'm going to leave this here as well, for reference: http://stackoverflow.com/questions/40171801/bottomnavigationview-hides-when-scrolling-up-instead-of-down
In my use case, the BottomNavigationView is inside a fragment, inside a FrameLayout which is contained in a CoordinatorLayout and the scroll to hide technique works, but in reverse compared to how it's supposed to work. Using the BottomNavigationView directly inside the CoordinatorLayout doesn't have any scroll behavior though.
In my use case, the BottomNavigationView is inside a fragment, inside a FrameLayout which is contained in a CoordinatorLayout and the scroll to hide technique works, but in reverse compared to how it's supposed to work. Using the BottomNavigationView directly inside the CoordinatorLayout doesn't have any scroll behavior though.
am...@google.com <am...@google.com> #4
I'm having the same issue. There is an estimation when this issue will be fixed?
am...@google.com <am...@google.com> #5
This has been released in support library 25.0.1.
va...@gmail.com <va...@gmail.com> #6
Scroll behavior is still missing. For those that are looking for one, sample project archive contains it.
Description
I have some text views inside a bottom sheet and when I change a text on button click the bottom sheet jumps down. This does not happen when just tapping a button.