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
Just add the font of your choice to your base application theme. Note that that makes the selected font the base font for any unspecified font attributes.