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
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
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