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
I had the same problem and I noticed that every layout with this problem had
android:fitsSystemWindows="true"
on CoordinatorLayout
Removing it fixed my problem everywhere.