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

Reply via email to