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,