I have the following Android Java and XML code. I want to change the font of Menu Items of my app. I know only that we can change the font of TextView using setTypeface but
Create Style in styles.xml
Add Below code into android.support.design.widget.NavigationView
app:itemTextAppearance="@style/Style_TextView"
Note: It works for android.support.design.widget.NavigationView