You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?