I am creating one Application in which I want to set custom font.
But I can\'t use custom Fonts in .xml file, for using this I need to initialize each and every Text
Extend a custom class from TextView and customise font in the class. Then you would be able to use that custom textview class in you xml and you won't need to customize fonts dynamically in your code.
TextView
xml
Good luck.