T taylorw Active Member Licensed User Jul 28, 2017 #1 Hi all, this is 5 inch screen. And this is 6 inch screen. I want to ask how make a design will fix in any resolution? Attachments Untitled.png 370.3 KB · Views: 385 Screenshot_2017-07-28-08-40-43.png 289.6 KB · Views: 374
Hi all, this is 5 inch screen. And this is 6 inch screen. I want to ask how make a design will fix in any resolution?
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2017 #2 With the designer script: B4X: PanelTopLeft.SetLeftAndRight(0, 50%x) PanelTopRight.SetLeftAndRight(50%x, 100%x) ... Upvote 0
With the designer script: B4X: PanelTopLeft.SetLeftAndRight(0, 50%x) PanelTopRight.SetLeftAndRight(50%x, 100%x) ...