app/src/main/res/layout/nav_header.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="60dp"
android:paddingBottom="20dp"
android:orientation="vertical"
android:fitsSystemWindows="true"
android:background="@color/dark">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/nav_header_title"
android:textSize="30sp"
android:layout_marginStart="10dp"
android:text="@string/menu"
android:textColor="@color/white"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/nav_header_subtitle"
android:paddingTop="5dp"
android:textColor="@color/white"
android:layout_marginStart="10dp"
android:textSize="20sp"
android:text="@string/app_name" />
</LinearLayout>