03.08.2011 17:25, Mark Gjøl пишет:
Problem is: As soon as I insert the view (with alignParentBottom) my
RelativeLayout fills the entire view (minus what came before it in the
LinearLayout). Is this a bug? I can force what I want by setting a
specific height to the RelativeLayout (eg. 12dp) but that's not
exactly what I want.

Yep, it seems that's how it works, even with Android 1.6, 2.0, etc.

Any thoughts?

Yes, build the layout some other way - such as anchor a view to the top, then add more views with "layout_below" - as opposed to anchoring a view at the bottom, and placing others with "layout_above", as you're probably doing now.

--
Kostya Vasilyev

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