views:

91

answers:

1

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.

A: 

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

Sephy
That was my conclusion after some dialog with my colleagues -- but I was hoping for a clean solution without modifying the kernel :)
mobibob