0
To solve the problem it is simple to go to your activity_main.xml
<android.support.design.widget.NavigationView
android:id="@+id/navigation_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
app:headerLayout="@layout/navigation_drawer_header"
app:menu="@menu/menu_drawer"
android:background="@color/color_navigation_list_background"
app:itemIconTint="@color/color_selector_navigation_item"
app:itemTextColor="@color/color_selector_navigation_item"/>
and in the app:itemTextColor field you can put the color that is in Colors.xml
app:itemTextColor="@color/color_selector_navigation_item"
or
app:itemTextColor="#fff"
Friend , is the color of the text , not the background , I managed to add the line
– Paiva
app:itemTextColor="@color/color_selector_navigation_item"
– Paiva
a foi mal kkkk confudi com uma outra postagem semelhante que tinha salvo para responder, but this is it to change the color of the text is just below as the colors of the icons also.
– Steve Rogers
I saw kkk worth
– Paiva
Corrected the answer :D
– Steve Rogers