Change Activity Main Drawer Items Text Color Android

[Solved] Change Activity Main Drawer Items Text Color Android | Swift - Code Explorer | yomemimo.com
Question : edit activity main drawer items text color android

Answered by : fede

 <android.support.design.widget.NavigationView app:itemTextColor="@color/colorWhite"> <!-- add this line to edit items' color--> app:itemIconTint="@color/textColorPrimary"/> <!-- add this line is for items' icons color -->

Source : https://stackoverflow.com/questions/33708196/how-to-change-the-text-color-of-activity-main-drawer-in-android | Last Update : Sat, 21 Mar 20

Question : change activity main drawer items text color android

Answered by : fede

 <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 -->

Source : https://stackoverflow.com/questions/33708196/how-to-change-the-text-color-of-activity-main-drawer-in-android?lq=1 | Last Update : Sat, 21 Mar 20

Answers related to change activity main drawer items text color android

Code Explorer Popular Question For Swift