CollapsingToolbarLayout | Scrolling and layout issues
I want to use 2 different fragments that will allow me to chan
Remove app:contentScrim="?attr/colorPrimary" from your layout XML in CollapsingToolBarLayout tag. It will show the back button in toolbar
app:contentScrim="?attr/colorPrimary"
CollapsingToolBarLayout