1. 程式人生 > >Android的RelativeLayout的view的layout_marginBottom不起作用

Android的RelativeLayout的view的layout_marginBottom不起作用

當RelativeLayout的view設定了layout_alignParentBottom屬性以後,該view的layout_marginBottom會不起作用。或者其他的一些屬性不起作用的時候,就需要在該view的外面再加一層layout才起作用。建立一個layout具有一下屬性,然後在裡面新增view。。

android:id="@+id/gap"
android:layout_width="wrap_content"
android:layout_height="0dip"
android:layout_alignParentBottom="true"