I am using MaterialComponents.DayNight theme in my app. In the day mode, toolbar text color is black. But when I switch to night mode toolbar text color is remain black, so it\'
I used these two lines of code inside the styles.xml file:
@android:color/white @android:color/white
It changed the color on the toolbar text and the toolbar X icon to white.
The whole code looked like this: