I am trying to do a application-wide font change and creating a style file to do so. In this file (below) I just want to change typeface value of TextAppearance style of And
Edit 2:
Finally fonts are supported by xml (also backwards compatible via support library): https://developer.android.com/preview/features/fonts-in-xml.html
Edit:
I now use the Calligraphy library . It is the easiest way for custom fonts.
What can you do:
TextView
I found another way to do this.
You have to make your own TextView
using this tutorial
It is not that difficult and after this you can just use that TextView
with your own font.
I don't know if anybody still watches this, but I thought it might help.