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
For navigational flags reasons android:fitsSystemWindows="true" did not meet my needs.
After some playing around I found that adding another CollapsingToolbarLayout with 0dp hieght does the trick.