Search code examples
androidstylesfont-face

Can one specify the fontType in android styles xml?


I am following an example project "Sky" by Jeff Sharkey using styles in my layout. It is working out quite well, however, I cannot determine how to specify the font type-face using the styles. Without this, I will have to apply the font explicitly to every TextView, EditView, etc., whereas I want to control where and when it is applied throughout my application.


Solution

  • It seems that it is not possible from xml/styles... You can only specify it from java code. check here if you are interesting.