wimpie3 Well-Known Member Licensed User Longtime User Jun 21, 2017 #1 If my memory serves me right, the screen designer automatically scales the font on larger phones/tablets. I don't use the designer, I always add views using code. So I'd like to know what the "formula" is that is used in the autoscale from the designer to calculate the font size. Any help here?
If my memory serves me right, the screen designer automatically scales the font on larger phones/tablets. I don't use the designer, I always add views using code. So I'd like to know what the "formula" is that is used in the autoscale from the designer to calculate the font size. Any help here?
Erel B4X founder Staff member Licensed User Longtime User Jun 23, 2017 #2 wimpie3 said: I don't use the designer, I always add views using code. Click to expand... This is probably a mistake. Learn how to use the designer. It is much simpler than creating the views programmatically. AutoScale module: https://www.b4x.com/android/forum/threads/designer-scripts-autoscale-tutorial.22522/#content Upvote 0
wimpie3 said: I don't use the designer, I always add views using code. Click to expand... This is probably a mistake. Learn how to use the designer. It is much simpler than creating the views programmatically. AutoScale module: https://www.b4x.com/android/forum/threads/designer-scripts-autoscale-tutorial.22522/#content