With the use of weight
my layouts are really perfect on every screen size and density. Every view is perfectly scaled.
Unfortunately there is still a big problem with characters size: no matter if I define text size with sp or dp, it still resizes based on density and not on size of the screen, so on tablets text is microtiny!!
What's the best solution for this problem?
- Shall I define different layouts for tablets? And in that case, how can I do it?
- Is there a way to auto-size the text, in xml or by code (I don't care much which one, if it works)?
Thank you very much.