Zmień aktywność Główne elementy szuflady Tekst Kolor Android

 <android.support.design.widget.NavigationView
    app:menu="@menu/drawer_view" <!-- add this line for items' text color -->
    app:itemTextColor="@color/colorWhite"> <!-- add this line for items' icons color -->
Fedeboss