I have a question about resizing of my layouts on different devices. Even though I define a script for my layout and it seems proper in my own phone, in different screens it does not seem good. For instance, font-size does not change in different screens and etc. Is there any easy solution for this problem?
If you only use the small variants (phone size variants) then the font size will automatically increase on larger devices as a result of the AutoScaleAll call.
If you only use the small variants (phone size variants) then the font size will automatically increase on larger devices as a result of the AutoScaleAll call.