I am trying to implement Google\'s newest design tricks with CoordinatorLayout and have problems with scrolling and parallax effect.
After Activity is displayed, everyt
Try to add Toolbar inside yours CollapsingToolbarLayout:
Toolbar
CollapsingToolbarLayout
...
Also try to add
android:minHeight="?attr/actionBarSize"
to Toolbar CollapsingToolbarLayout and AppBarLayout
AppBarLayout