CollapsingToolbarLayout with fixed/pinned Toolbar and functionality of “enterAlways”

后端 未结 2 1880
小蘑菇
小蘑菇 2021-01-25 08:33

I have a standard \"CollapsingToolbarLayout\" implementation based on material design guidelines.

With the the settings below I was able to achieve behavior depicted on

2条回答
  •  死守一世寂寞
    2021-01-25 09:20

    you have to combine both flags to get that effect

    Try this

    app:layout_scrollFlags="scroll|exitUntilCollapsed|enterAlways"
    

提交回复
热议问题