I am using Toolbar for the purpose of material design in my application. Everything working fine but except when it comes to change the menu item text color I am completely
Change this
@color/white
to
And apply the theme to the toolbar:
android:theme="@style/ToolBarTheme"
You style your widgets and provide themes for your activity.