Android Tutorial Designer Scripts Tutorial

JdV

Active Member
Licensed User
Longtime User
Thanks for the quick reply.

That's really only a partial solution since the views can sometimes be seen to move even when there is no load layout animation.
 

BaGRoS

Active Member
Licensed User
Longtime User
Hi
I set up designer script
B4X:
lblTytul.Left = 0%x
lblTytul.Width = 100%x
lblTytul.Top = 10%y
lblTytul.TextSize= lblTytul.TextSize + (((100%x + 100%y) / (320dip + 480dip) - 1) * 3)
lblTytul.Height = 65dip
and look allmost good. I need a little help with lblTytul.Height = 65dip for better support.
And when Activity.LoadLayout("Start_Layout") then I see a fraction of a second smaller image and at the moment set by the script.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…