I used NestedScrollView with CoordinatorLayout to enable scroll animation for Toolbar (by app:layout_scrollFlags=\"scroll|enterAlways\").
NestedScrollView contain th
This was an issue in support libraries. see this https://issuetracker.google.com/u/1/issues/37070828
If you are using androidX then
'androidx.appcompat:appcompat:1.1.0-alpha04'.
will probably fix this issue though this is an alpha build.