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
try this...
You have to use app:layout_scrollFlags="scroll|exitUntilCollapsed" instead of app:layout_scrollFlags="scroll|enterAlways" inside the CollapsingToolbarLayout
and use app:layout_collapseMode="pin" inside the toolbar