Try to add this line of code on your nestedscrollview
android:fillViewport="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
Remove:
android:fitsSystemWindows="true"
Try to add this line of code on your nestedscrollview
android:fillViewport="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
Remove:
android:fitsSystemWindows="true"