Child inside NestedScrollView not cover full height of screen Child inside NestedScrollView not cover full height of screen android android

Child inside NestedScrollView not cover full height of screen


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"