android:layout_alignBottom
這個(gè)屬性的作用該控件的底部和指定ID的控件的底部對(duì)齊
使用場(chǎng)景
它們的父控件是RelativeLayout
注意事項(xiàng)
如果該RelativeLayout的android:layout_height="wrap_content",那么該屬性alignBottom 就不起作用,要指定具體的值或match_parent才起作用。
這個(gè)屬性的作用該控件的底部和指定ID的控件的底部對(duì)齊
它們的父控件是RelativeLayout
如果該RelativeLayout的android:layout_height="wrap_content",那么該屬性alignBottom 就不起作用,要指定具體的值或match_parent才起作用。