Changing the item text size in navigation view

后端 未结 2 1156
慢半拍i
慢半拍i 2021-01-02 11:30

I am creating a navigation drawer in android and I have added the items in menu_main.xml but I am not able to change the size of the menu items. Below is the code menu_main.

2条回答
  •  失恋的感觉
    2021-01-02 12:05

    Adding on to Paresh's answer above,

    Create your own style "NavigationViewStyle" as stated above

    
    

    Apply it to your menu items

    
    

提交回复
热议问题