Android Question font size when user sets big fonts in global settings

leitor79

Active Member
Licensed User
Longtime User
Hi

I've made an app that has some labels and textboxes. I've set the font size and the view's sizes to fit the font I've defined.

However, in devices where the user sets to see bigger fonts, my labels and boxes shown the text truncated (missing the upper part of the letters, for example).

I know I could use autotextsize or autolabelsize views but I don't like them much because my app ends showing each control with different font size and it doesn't looks nice.

I could also change the size of my boxes to fits the bigger font possible... but I don't like that option either since it would be a waste of screen space when it's not needed.

Is there a workaround for this kind of case?

Regards!
 
Top