Is it possible to set font for entire Application?
- by Samuh
Hi,
I need to use certain font for my entire application. I have .ttf file for the same.
Is it possible to set this as default font, at application start up and then use it elsewhere in the application? When set, how do i use it in my layout XMLs?
Sample code, tutorial that can help me here is appreciated.
Thanks.