jag har lagt till en ny string som jag sat på texten och ändrat namet på headern.
<resources>
<string name="app_name">The best app</string>
<string name="app_text">This is the best app</string>
</resources>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/app_text"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/appBarLayout" />
