I’ve been fooling around with custom fonts in Android. I know how to import a font and have a text view set to that font. I’ve noticed that once you have many textViews, this can become rather tedious.
Is there anyway to set an entire layouts font type to a certain font face?
Thanks in advance.
What I did was declare my own sub-class of TextView where I set the typeface in the constructor like this:
Then in my layouts, if I use the fully qualified name, it works: