Last active
January 25, 2024 12:20
-
-
Save ValCanBuild/abcaf45b430c9821db95b68575b53cc3 to your computer and use it in GitHub Desktop.
we can just add the app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior" to bottom navigattion view here.
But if the recyclerview is in some fragment that is inside a view pager of the main layout. and the fragment has a collapsingtoolbar of its own. how manage the scrolling of the bottom nav view ?
hey did you find out?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we can just add the app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior" to bottom navigattion view here.
But if the recyclerview is in some fragment that is inside a view pager of the main layout. and the fragment has a collapsingtoolbar of its own. how manage the scrolling of the bottom nav view ?