Hi all, I have a horizontal linear layout object that contains a row of ImageViews.
I would like to keep this layout with the images at the bottom of the screen when displayed. What is the best way to do this and can you list some example code? I tried the following and it did work - I had a vertical linear layout object, added a TextView to it, and then added my other linear layout object with the images. In my LL object with images, I set the gravity to BOTTOM like this: optionsLayout.setGravity(Gravity.BOTTOM); However, the LL with images did not go to the bottom of the screen. Also, is there anything like a BorderLayout (Java Swing) that is available in Android, or example code that simulates the BorderLayout? Thank you in advance! -- 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

