I am using NestedScrollView in my fragment. In my xml inside a RelativeLayout but it is not covering full height of screen.
Below is my code -
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"