how can i set a font, whose ttf resides in my assets folder through xml?
I know how to do that programmatically but how can you do that via xml? Thanks in adva
You can include custom fonts under assets/fonts and then using the code from https://github.com/browep/AndroidCustomFontWidgets/
you can specify the font in your XML, e.g.
The code supports FontableTextView and FontableButton, but it's quite easy to extend to support other widget types if you require.