I have MapFragment with parallax effect inside AppBarLayout:
MapFragment
AppBarLayout
I want to disable scrolling on AppBarLayout, because it
you can use the NestedScrollView.setNestedScrollingEnabled(false) to disable the AppBarLayout nestScroll envent
NestedScrollView.setNestedScrollingEnabled(false)