I'm making a activity with a navigation view, and in the drawer I keep getting a grey line at the top (before all menu items) which I can't figure out how to remove. I've tried everything but I'm unsuccessful...
My navigation view element
<com.google.android.material.navigation.NavigationView
android:layout_width="wrap_content"
android:layout_height="match_parent"
app:menu="@menu/navigation_menu"
android:background="@color/White"
android:layout_gravity="start|top"
app:itemBackground="@drawable/nav_item_background"
app:itemTextColor="@drawable/nav_item_text"
android:id="@+id/navigation"/>