Android Toolbar collapseMode issue

前端 未结 2 1569
悲哀的现实
悲哀的现实 2020-12-16 02:23

I have an Issue making \" toolbar with Title text \" Not to Collapse while scrolling upwards in CollapsingToolbarLayout.

I have tried a few tweaks, by using

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 02:30

    In your toolbar do this:

    app:layout_collapseMode="pin"
    

    pin is used for pinning the layout to top when the collapsing toolbar layout scrolls

    parallax is used for hiding the layout when collapsing toolbar scrolls to top

提交回复
热议问题