BottomNavigation
BottomNavigation copied to clipboard
Auto hide/show with CollapsingToolbarLayout
The auto hide/show does not work when adding app:layout_scrollFlags="scroll"
to CollapsingToolbarLayout
Looks like other button navigation libraries have this issue too.
+1
@Pedramrn @qingshangming that might be bug from support library. Which version of support library is used ??
@Ashok-Varma I'm using the version 25.3.1
For now this can be resolved with registering a scroll linster on the recyclerview and show/hide the bottom sheet manually.