Changing the item text size in navigation view

后端 未结 2 1157
慢半拍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条回答
  •  梦毁少年i
    2021-01-02 12:24

    Create a style and apply it to NavigationView using app:theme

    
    

    And then as said, apply this style to NavigationView using app:theme

    
    

提交回复
热议问题