How do you change the header text colors in navigation Drawer. I am using the latest support design library. Image is attached below.
Currently in the Material Components Library it is based on the android:textColorSecondary color.
android:textColorSecondary
You can override this color only in the NavigationView using:
NavigationView
with:
Final result: