Thanks for the suggestion Doug. I am using small PNG files that easily fit within the screen.
That said, I'm cutting my losses on this (10 hours or so) and just going to go without it. If I ever get back to it I'll maybe do as you suggest and try it without table layout. Can't believe someone hasn't done this before though...take four images and make one large one...but I guess not. On Dec 11, 12:57 am, Doug <[email protected]> wrote: > Are you absolutely depending on a TableLayout to get this job done? > In your RelativeLayouts, you don't seem to be using any of they layout > parameters that make RelativeLayout special (like layout_toLeftOf, > layout_alignTop, etc). Have you considered ditching tables and > relatives and just using LinearLayouts instead? > > Are your ImageViews perhaps stretching/shrinking the drawables because > they're not quite the right size? And what exactly are your > drawables, anyway? Bitmaps? What's your overall geometry? For all > we know, your drawables may not even fit on screen without shrinking > or cropping. Not sure what your strategy is here. > > Doug -- 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

