I have a CoordinatorLayout which contains AppBarLayout and a FrameLayout which contains fragments.
CoordinatorLayout
AppBarLayout
FrameLayout
One of this fragment contai
You can try and add the collapseMode on yout toolbar something like this.
Your appBarLayout seems fine
I would advise u to look at this link: https://github.com/codepath/android_guides/wiki/Handling-Scrolls-with-CoordinatorLayout `