Android Question Designer Script Help

aaronk

Well-Known Member
Licensed User
Longtime User
Hello,

I am trying to create a layout using the designer script but trying to work out how to move a ImageView based on the location of other items on the page.

What I am trying to do is place a image 1/2 way between 2 items on the page without knowing how big the items are on the page already.

Here is a small snapshot on what I am trying to do:
I want to be able to place image3 half way between ImageView2 and Panel2, but the catch is ImageView2 and Panel2 may have different heights.
image1.png


Anyone got any ideas on how I can do this as I can't work it out.
 
Top