CollapsingToolbarLayout and NestedScrollView not working
Change to some certain height in the AppbarLayout. Example:
android:layout_height="300dp".
The main problem being, the nested scroll view does not have enough views to cause a scroll. Hence the parallax effect would not work.
Here is a working example that uses NestedScrollView and CollapsingToolbarLayout