I’m building a android application that need to look allright on all screen sizes. I’ve managed to scale drawables according to resolution with different drawable resource folders, however how can i achieve the same with pure text?
Do i really need to use different layout folders to achieve this?
Thanks for any help!
Use
spfor text sizes and you should be fine.from Dimensions
dp/dipcan also work, but doesn’t include the users font preferences.