how to change text color of navigation drawer in android code example
Example: android navigation drawer menu item color
Add this line to navigationview in xml
app:itemTextColor="your color"
Add this line to navigationview in xml
app:itemTextColor="your color"