I add label with 14 textsize in designer for 5 inch device
Now when app launch in tablet,though i use autoscaleall but textsize is small still
What strategy i use for response layout?
I see TextSize in designer so i think that i can define textsize for each device in Designer Script
What is different between AutoScaleRate and AutoScaleAllYou can try to increase the AutoScaleRate.
The default value is 0.3.
Put AutoScaleRate(0.5), or even higher, before AutoScaleAll.
ThanksAutoScaleAll resizes all the views, positions, dimensions and text sizes.
AutoScaleRate is a ponderation factor btween 0 to 1.
AutoScaleRate(0) does nothing and AutoScaleRate(1) is near %x and %y values.
You may have a look at chapter 8.12 AutoScale in the B4A Brinner's Guide, link in my signature.