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
The ScrollView does not cooperate with the CoordinatorLayout. You have to use NestedScrollView instead of ScrollView
ScrollView
CoordinatorLayout
NestedScrollView