Different phones have different Font Sizes. So when I open the app in a phone with a small Font Size, the UI gets too small (There is too much empty space at the bottom of the screen)
Similarly, If i try it on a phone with an Increased Font Size, the components become too big.
Is there any way to auto-adjust the font size of the components to the default font size of the device?
Screenshots:
Phone with Big font size
Phone with smaller font size…
Please help me, as the UI of the second phone doesn’t look good at all…
I don’t know what’s the best option bcz if we add like this than if we have more than 100+ label in a screen than we have to do it for every block which is not a good idea…
You can make a list all the labels and then under for each item in list loop drag the set font size of label block from Any Component category and then set the font size according to the procedure block mentioned in previous replies.
Here, if you don’t want to create list of labels, then you can also create dynamic labels and then set the further blocks accordingly