Hi,
Would suggest to use a horizontal  linear layout
(android:orientation="horizontal") and for the side columns have
suitable padding so as to corner the small images. For the image in
the center use a gravity center. Something like that should work.
Check this link out for more details on linear layout.
http://developer.android.com/guide/tutorials/views/hello-linearlayout.html

Kozak

On Feb 23, 10:03 am, Doughy <[email protected]> wrote:
> I would like to create an application that has 5 images, 4 of which
> are small, and one is larger.  The 4 small images I would like to
> place in the corners of the screen, and the big image I want to be
> right in the center.  Like this:  
> http://www.eng.utah.edu/~jwilson/files/layout.png
>
> What is the best type of layout to accomplish this?  I would like the
> layout to work on various devices, so some kind of fluid method is
> preferred over absolute positioning.  Seems like a table view would
> work if the images were the same size, but they're not.  Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to