Re: [android-developers] Display images at bottom

2010-12-01 Thread TreKing
On Fri, Nov 26, 2010 at 2:17 PM, Daniel dhw4...@gmail.com wrote: 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

[android-developers] Display images at bottom

2010-11-29 Thread Daniel
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

Re: [android-developers] Display images at bottom

2010-11-29 Thread Kumar Bibek
You can achieve this with Linear and Relative Layout. If you can paste your layout XML, then may be someone can have a look and suggest the changes needed. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Nov 27, 2010 at 1:47 AM, Daniel dhw4...@gmail.com wrote: Hi