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
<item name="android:actionMenuTextColor">@color/white</item>
to
<item name="actionMenuTextColor">@color/white</item>
And apply the theme to the toolbar:
android:theme="@style/ToolBarTheme"
You style your widgets and provide themes for your activity.