Spencer Riddering wrote: > On Sep 2, 1:53 am, Mark Murphy <[EMAIL PROTECTED]> wrote: >> Spencer Riddering wrote: >>> Notice how only the lower half of "Left Center" is displayed. Also, >>> notice that "Upper" is not displayed. >>> Can someone confirm that this is a bug or point out my mistake? >> I think the point behind RelativeLayout is for you to be placing widgets >> relative to other widgets. You're not doing that here, other than your >> two centering statements. > > Except that I am: > layout_alignParentLeft="true" > and > android:layout_centerInParent="true"
Ah, sorry, missed the alignParentLeft in the first one. Damn allergies are making my brain foggy... > I'm not sure why this is relevant. Considering you're asking why part of a potentially-overlapping pair of widgets is not displayed, I would think the fact they potentially overlap might be relevant. > You seem to have missed the problem entirely. That's likely. My apologies for wasting your time. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.1 Published! --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

