1) the project you attached has two variants (landscape and portrait) but you set landscape by code. If you want to use only the landscape mode, you should simply set:
#SupportedOrientations: landscape
and you can delete
p.SetScreenOrientation(0)
2) your development device has a resolution of 480x320-160dpi?;
3) if you want to stay mentally healthy, give a logical name to each label
(at least, give them "clockwise" numbers);
4) are you sure you want the labels' positions exactly as they are in the Designer???;
5) Label1 is covered by the other two or overlaps them (in the Designer);
6) the link you posted to B4A UI Cloud output returns a "not found" error;
7) I'm attaching a project with a partial variant script, you can complete it. I changed colors and alpha values to see what happen!
[P.S. given that I'm not Erel (unfortunately
) you can pay $1,000 only
]