[android-developers] Re: RelativeLayout in ListView item

2008-09-02 Thread Mark Murphy
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

[android-developers] Re: RelativeLayout in ListView item

2008-09-02 Thread Mark Murphy
Spencer Riddering wrote: You seem to have missed the problem entirely. Please compile next time. I did you one better. I wrote up a whole blog post on my diagnostic steps: http://androidguys.com/2008/09/02/diagnosing-layout-problems/ The upshot is that I fixed the problem with the stacked

[android-developers] Re: RelativeLayout in ListView item

2008-09-02 Thread Spencer Riddering
Hi Mark, Thanks, I really like your post. I actually started out using LinearLayout but I ran into the same centering problem that you ended your post on. It was my obsession with centering Upper and Lower horizontally across the entire list item that drove me to RelativeLayout. I've finally

[android-developers] Re: RelativeLayout in ListView item

2008-09-01 Thread Mark Murphy
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.

[android-developers] Re: RelativeLayout in ListView item

2008-09-01 Thread Spencer Riddering
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