Hi
I set up designer script
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.
I have layout without title...
tested on MM 6.0.1 Samsung S7
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 when Activity.LoadLayout("Start_Layout") then I see a fraction of a second smaller image and at the moment set by the script.
I have layout without title...
tested on MM 6.0.1 Samsung S7
Last edited: