android:layout_above=”@id/xxx” –将控件置于给定ID控件之上 android:layout_below=”@id/xxx” –将控件置于给定ID控件之下 android:layout_toLeftOf=”@id/xxx” –将控件的右边缘和给定ID控件的...