Disable vertical scroll in CollapsingToolbarLayout / AppBarLayout

前端 未结 3 758
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 17:55

I would like the vertical scroll on the CollapsingToolbarLayout / AppBarLayout ONLY when the scroll/touch event occurs in the nestedscrollview (this is working), but if the user

3条回答
  •  面向向阳花
    2021-02-05 18:12

    If you have set any of app:layout_scrollFlags (example below) - delete them.

    app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"
    

提交回复
热议问题