Hi,
I have a ContentView, and I want to add an image to the “Center” of the main Parent page (i.e. the main contentView). Then I want to add a bunch of images at absolute positions around the center image.
If I use AbsoluteLayout, the 2nd part works fine, but how can I specify that the first image should be in the center of the parent view?
Or I am trying to see if I can add both a Absolute and a RelativeLayout on the same View, but it seems that is not possible. Can someone please suggest what is the best approach?
Thanks!