I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the ScrollView inside the CoordinatorLayout. Basically, the Toolbar normal
Use a NestedScrollView instead of a regular ScrollView when using CoordinatorLayout.
To make the
CollapsingToolbarLayoutscroll you can trigger the scroll behavior by setting a minimum height of the child Layout of theNestedScrollViewto *1000dp.android:minHeight="1000dp"
Layout:
*SupportDesignDemos example here: https://github.com/android/platform_development/blob/master/samples/SupportDesignDemos/res/layout/include_appbar_scrollview.xml