[android-developers] Layout spacing question

2011-04-01 Thread Chris Stewart
I have a ScrollView, in a fragment, which takes up the remaining width of the screen. There are two fragments that proceed this fragment on the left side of the screen. What I'd like to do is add another layout to the right of the ScrollView that only takes up a small amount of width and hugs

Re: [android-developers] Layout spacing question

2011-04-01 Thread Mark Murphy
On Fri, Apr 1, 2011 at 2:15 PM, Chris Stewart cstewart...@gmail.com wrote: I have a ScrollView, in a fragment, which takes up the remaining width of the screen.  There are two fragments that proceed this fragment on the left side of the screen. What I'd like to do is add another layout to the

Re: [android-developers] Layout spacing question

2011-04-01 Thread Chris Stewart
Thanks Mark, I'll give those a shot tonight. -- Chris Stewart http://chriswstewart.com On Fri, Apr 1, 2011 at 2:31 PM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Apr 1, 2011 at 2:15 PM, Chris Stewart cstewart...@gmail.com wrote: I have a ScrollView, in a fragment, which takes up