1. 程式人生 > >android RelativeLayout中android:layout_marginBottom的不起作用問題

android RelativeLayout中android:layout_marginBottom的不起作用問題

RelativeLayout佈局中:

1、當設定為android:layout_height="wrap_content"時,最下面的控制元件layout_marginBottom屬性無效,如果其他控制元件使用layout_above讓自己處於最下面的控制元件之上,那麼layout_marginBottom屬性有效。


2、當設定為android:layout_height="match_parent"時,或者高度為固定值,那麼最下面的控制元件layout_marginBottom屬性才會有效。

在部分系統手機上android:layout_marginBottom不起作用(據我測試4.0到4.4.4系統上有這樣的問題,高版本的系統沒這個

問題)