How can I change the NavigationView's item text size?

后端 未结 10 1042
面向向阳花
面向向阳花 2020-12-02 07:32

Google recently released the android.support.design.widget.NavigationView widget as part of the com.android.support:design:22.2.0 library, which gr

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 08:20

    You can customize everything from text color to size and font in your style.xml

    
    

    and then in your NavigationView:

    
    
    
    

提交回复
热议问题