Android – How to change the Text color of Menu item in Android

androidlayout-inflatermenuitemtextcolor

Can I change the background color of a Menu item in Android?

Please let me know if anyone have any solution to this. The last option will be obviously to customize it but is there any way for changing the text color without customizing it.

Best Answer

One simple line in your theme :)

<item name="android:actionMenuTextColor">@color/your_color</item>