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

后端 未结 10 1056
面向向阳花
面向向阳花 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:21

    Scouring through the source code I found this layout file

    /platform/frameworks/support/.../design/res/layout/design_drawer_item.xml

    with the following attribute

    Which meant all we had to do was to override the textAppearanceListItem style in our project.


    res/values/styles.xml

    
    
    
    

    I'm not totally sure what else this will affect but if anyone has a better answer I'd be happy to accept that instead!

提交回复
热议问题