I want to make MenuItem title in the ActionBar to LowerCase.
my menu.xml
For making the menu text to lowercase like "MENU ITEM" to "Menu Item" here is my solution.
In res >> values >> styles.xml add the following:
After you can call it on your AppTheme:
I hope this helps. :)