Android ActionBar MenuItem LowerCase

后端 未结 7 1307
孤独总比滥情好
孤独总比滥情好 2020-12-13 06:41

I want to make MenuItem title in the ActionBar to LowerCase.

my menu.xml

  

        
7条回答
  •  庸人自扰
    2020-12-13 07:18

    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. :)

提交回复
热议问题