www.cftea.com

layout_alignParentBottom 反而撑高布局

ITPOW2018/5/25 13:19:40

父控件是:

<RelativeLayout
 android:layout_width="match_parent"
 android:layout_height="wrap_content">

子控件 android:layout_alignParentBottom="true" 这会导致父控件尽量撑高,撑到像 match_parent。

<<返回首页<<