as the title described ; I need to set gravity for these items down below is the picture ; ( i read Can't center Navigation Drawer items vertically but it didnt work )
my navigation drawer code :
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:fitsSystemWindows="true"
app:headerLayout="@layout/activity_nav_header_main"
app:menu="@menu/activity_main_drawer"
/>