Hi
I've written a basic app that just displays images on screen, which I use as buttons. They work find but for some reason the alignment just doesn't work at all, unless I'm just not understanding how things should work.
I create a layout which is the screen width and height that has 6 rows. I then add an image to the Layout (I do this by setting the parent of the image to the that of the layout).
Now I can't align images, not sure why? So instead I center align the layout, but it always remains left aligned. I then created another layout which I added the image to and aligned that in the main layout, but still no luck.
I'm developing for Android but it doesn't even work in the MoSync emulator.
Thanks
Garth