1

Now I developed native application in Android and I need to increase the font size of whole application using preferences how do I do that? Can anyone help me?

Thanks Raj.

babu
  • 21
  • 3

2 Answers2

0

You cannot change the font size for the entire project. But you can change the font size for each activity. Just check the below link. It will help you

Is it possible to set font for entire Application?

Community
  • 1
  • 1
Ameer
  • 2,709
  • 1
  • 28
  • 44
-1

You can't really do this. I think the least painful way would be to extend TextView plus whatever Views you want to use the new font size. Set your default font size there, then just use your custom TextView in all your layouts.

Ralph Pina
  • 761
  • 7
  • 16