[android-developers] Re: I'm missing something dumb here...

2013-03-21 Thread Larry Meadors
On Thu, Mar 21, 2013 at 10:49 AM, Larry Meadors wrote: > Thanks Piren - trying that now, will follow up with the results! That worked absolutely perfect! You rock. :-D Larry -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: I'm missing something dumb here...

2013-03-21 Thread Larry Meadors
Thanks Piren - trying that now, will follow up with the results! Larry -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: I'm missing something dumb here...

2013-03-21 Thread Piren
Have the imageView's height be fill_parent and its adjustViewBounds set to true, scale_type should be fit_end. if you dont like the way the image will show, wrap it in a frame_layout/relative_layout that has the Fill_parent and then set its gravity to bottom On Wednesday, March 20, 2013 5:53

[android-developers] Re: I'm missing something dumb here...

2013-03-20 Thread bob
I would say just make each one of those squares an image. Just draw both text items onto the image. Then it will just be a grid of images. Thanks. On Wednesday, March 20, 2013 10:53:03 AM UTC-5, Larry Meadors wrote: > > I'm making a grid of items that has an image and two text elements

[android-developers] Re: I'm missing something dumb here...

2013-03-20 Thread Larry Meadors
I think android:layout_below is only for relative layout...but I may try that instead. :-/ Nothing else seems to be working here... Larry On Wed, Mar 20, 2013 at 10:11 AM, John Masseria wrote: > Have you considered trying to explicitly force the order of the items in > the LinearLayout by us