I've searched the docs long and hard for this as I'm sure I'm missing something obvious. I want to position some views differently based on the orientation.
I started with two layout files - portrait and landscape - which worked fine. I then saw a comment by Erel that this was unnecessary, so I tried to do it with a single layout file. But I can't work out what the designer script equivalent of
is. :BangHead:
John
I started with two layout files - portrait and landscape - which worked fine. I then saw a comment by Erel that this was unnecessary, so I tried to do it with a single layout file. But I can't work out what the designer script equivalent of
B4X:
If Activity.Width > Activity.Height Then
John