Hi,
I want to use a custom font for my android application which I am creating.
I can individually change the typeface of each object from Code, but I have hundreds of them.
So,
- Is there a way to do this from the XML? [Setting a custom typeface]
- Is there a way to do it from code in one place, to say that the whole application and all the components should use the custom typeface instead of the default one?
Thanks.
-Codevalley