How to disable scrolling of AppBarLayout in CoordinatorLayout?

前端 未结 5 1781
挽巷
挽巷 2020-12-02 23:34

I have MapFragment with parallax effect inside AppBarLayout:

I want to disable scrolling on AppBarLayout, because it

5条回答
  •  庸人自扰
    2020-12-02 23:38

    you can use the NestedScrollView.setNestedScrollingEnabled(false) to disable the AppBarLayout nestScroll envent

提交回复
热议问题