Android Question User adjusting font size in device settings.

U

unba1300

Guest
I've just realized that if the user increases the font size on their device, many of my labels are truncated; even though I'm using AutoScale All in the Designer.

What is the best way to deal with this? Make my labels larger to accommodate the larger font (but also means a lot of empty space if they choose a small font), or somehow force a Normal font size when my app starts (is this possible, in the Manifest, I guess)? Thanks.
 
Top