android:layout_alignParentBottom is ignored when used without explicit layout height as a row in Lis

Posted by illojal on Stack Overflow See other posts from Stack Overflow or by illojal
Published on 2010-03-26T00:25:43Z Indexed on 2010/03/26 0:33 UTC
Read the original article Hit count: 491

Filed under:
|
|

When I use a RelativeLayout with either fill_parent or wrap_content as height and an element which specifies: android:layout_alignParentBottom="true" it is ignored and it is aligned at the top. Setting the height of the RelativeLayout to an explicit value makes it work. Any clues?

© Stack Overflow or respective owner

Related posts about android

Related posts about from-irc