On May 16, 11:04 am, Mark Murphy <mmur...@commonsware.com> wrote:
> You do not have any layout rules to force the two widgets not to overlap.
>
> Move your ListView after the TableLayout the RelativeLayout definition
> in the XML, and add to it:
>
> android:layout_above="..."
>
> where ... is "@id/whatever_you_decide_to_call_your_table_layout",
> because you're going to need to give your TableLayout an android:id
> value. That will force it to stay above the TableLayout.

Superb as always Mark, thanks. Works perfectly.
Funny thing is I know about the layout_above tag from reading your
books, but it never occurred to me to try and use that LOL.
Guess it's just practise and practice really.

Once again thanks for the assist, much appreciated.

Regards
Anthoni

-- 
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