I have a 2x1 widget with two textviews, aligned top and bottom to the
baseline, that display fine in Portrait.  When I switch to landscape,
there is insufficient room for the two textviews (the widget becomes
long and narrow) so the two textviews overlap each other.

What is the correct way to handle this?

Do I need a create a 2x1 landscape layout so that Android will use that
specific layout instead of reusing my one layout?  If so, and if that
new layout uses one textview instead of two, how do I know at runtime
which layout is being used?  Or do I keep the code the same and uses the
same IDs on both layouts and updating that second textview id won't hurt
anything?

-- 
Jake Colman -- Android Tinkerer

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to