I have a problem changing the Menu Item Title Color in the Navigation Drawer I set the itemTextColor but it only changes the Col
With the NavigationView included in the Material Components Library you can use the app:itemTextColor to define a color or a selector for each items and the app:itemTextAppearance if you want to customize the TextAppearance used.
For the color you can use a selector like:
To change the color of a title group you can override the android:textColorSecondary color with:
with: