How to change navigation drawer font?

前端 未结 6 2017
别那么骄傲
别那么骄傲 2020-12-13 19:51

I want to use my own font for navigation drawer in android.I use the library comes with android studio according to this answer: https://stackoverflow.com/a/23632492/4393226

6条回答
  •  爱一瞬间的悲伤
    2020-12-13 20:24

    Step 1:Make Style as follows in style.xml

    
    

    Step 2: Add style as theme in your android.support.design.widget.NavigationView

    android:theme="@style/NavigationView"

提交回复
热议问题