I use a single layout for my project, 320x533 scale 1,
I'm using your designer script for automatically adapt every views such buttons, labels etc. for every devices with values in %, and it works fine.
If in the designer script ( all variants ) I set:
button1.textsize=14
what exactly happens? does Textsizes of this element becomes adapded for every resolutions and densities? I mean, as a button is changing it's position, width and height relative to a new device, it's text content is also proportionally stretched?
I'm actually call a procedure to recalculate new textsizes for every elements, maybe it's not necessary.
It's better to use more layout variants?
( I'll do it for 10" tablets, as you reccomended me )
thanks