天天看點

入門——Layout中對齊屬性介紹

android:layout_above    将該控件的底部至于給定ID的控件之上

android:layout_below    将該控件的頂部至于給定ID的控件之下

android:layout_toLeftOf    将該控件的右邊緣和給定ID的控件的左邊緣對齊

android:layout_toRightOf    将該控件的左邊緣和給定ID的控件的右邊緣對齊

android:layout_alignBaseline    該控件的baseline和給定ID的控件的baseline對齊

android:layout_alignBottom    将該控件的底部邊緣與給定ID控件的底部邊緣

android:layout_alignLeft     将該控件的左邊緣與給定ID控件的左邊緣對齊

android:layout_alignRight     将該控件的右邊緣與給定ID控件的右邊緣對齊

android:layout_alignTop     将給定控件的頂部邊緣與給定ID控件的頂部對齊

android:alignParentBottom     如果該值為true,則将該控件的底部和父控件的底部對齊

android:layout_alignParentLeft    如果該值為true,則将該控件的左邊與父控件的左邊對齊

android:layout_alignParentRight    如果該值為true,則将該控件的右邊與父控件的右邊對齊

android:layout_alignParentTop    如果該值為true,則将空間的頂部與父控件的頂部對齊

android:layout_centerHorizontal    如果值為真,該控件将被至于水準方向的中央

android:layout_centerInParent    如果值為真,該控件将被至于父控件水準方向和垂直方向的中央

android:layout_centerVertical    如果值為真,該控件将被至于垂直方向的中央