5 messages in com.googlegroups.android-developersRe: ScrollView inside LinearLayout?
FromSent OnAttachments
Remy26 Feb 2008 07:55 
tmcneal26 Feb 2008 09:00 
Rawad27 Feb 2008 13:39 
Greg10 Mar 2008 22:07 
Rawad11 Mar 2008 01:47 
Subject:Re: ScrollView inside LinearLayout?
From:Rawad (rawa@gmail.com)
Date:02/27/2008 01:39:45 PM
List:com.googlegroups.android-developers

Use a Table Layout :

First row u put the elements u want to lock Second row u put ur scroll view

Very easy like that, try it :))

On Feb 26, 4:56 pm, Remy <jste@uiuc.edu> wrote:

I am trying to create a scorecard where the names of the players are locked to the top of the screen. I tried using a LinearLayout, putting the names of the players in a listView at the top, and then tried to add a scrollView to my LinearLayout. Either I got some small mistake I can not see or this is not possible. So, my question is, is it possible to lock elements to the top of the screen and to have a list in a scrollView below it? and if this is possible which Layout best suites this?

Thanks,