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 the right side of the
screen, and effectively lets the ScrollView "take up what's left".  I've
done things like set the ScrollView's marginRight to 10dp and similar to
leave some space for the final layout, but it doesn't seem to work.  I've
tried searching for similar scenarios but maybe I just haven't found the
right keyword combination to yield the results I'm after.

Does this ring any bells for anyone?  Any insight would be helpful, thanks.

--
Chris Stewart
http://chriswstewart.com

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