Child of RelativeLayout is not filling the height of the RelativeLayout

后端 未结 8 1765
终归单人心
终归单人心 2021-01-02 01:04

I have a ListView which gets populated with RelativeLayouts. The content of these RelativeLayouts can change and thus change their height respectively. On each RelativeLayou

8条回答
  •  萌比男神i
    2021-01-02 01:28

    You'll want to add layout_alignParentTop="true" and layout_alignParentBottom="true" to status - this will ensure that the view touches both the top and bottom of post's RelativeLayout.

提交回复
热议问题