Что такое line
ниже:
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/line"
android:layout_above="@+id/navigation"
android:layout_margin="10dp">
Я думаю, вы должны установить так:
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/header"
android:layout_above="@+id/navigation"
android:layout_margin="10dp">