ConstraintLayout 布局屬性詳解

2021-08-15 15:07:04 字數 994 閱讀 4639

表示此控制項的左邊框與某個控制項的左邊框對齊或者在其右邊

表示此控制項的左邊框與某個控制項的右邊框對齊或者在其右邊

表示此控制項的右邊框與某個控制項的左邊框對齊或在其左邊

表示此控制項的右邊框與某個控制項的右邊框對齊或在其左邊

表示此控制項的頂部邊框與某個控制項的頂部邊框水平對齊或在其下邊

表示此控制項的頂部邊框與某個控制項的底部邊框水平對齊或在其下邊

表示此控制項的底部邊框與某個控制項的頂部邊框水平對齊或其上邊

表示此控制項的底部邊框與某個控制項的底部邊框水平對齊或其上邊

表示此控制項與某個控制項水平對齊

表示此控制項在布局中x軸的絕對座標點。

表示此控制項在布局中y軸的絕對座標點

表示在布局中引導線距頂部或左邊框的距離(如:20dp表示距頂部或者左邊框20dp)

表示在布局中引導線距底部的距離(如:10dp表示距頂部10dp)

表示此控制項的左邊界在某個控制項右邊界的右邊,及表示此控制項在某個控制項的右邊

表示此控制項的左邊界與某個控制項的左邊界在同一垂直線上

表示此控制項的右邊界與某個控制項的左邊界在同一垂直線上

表示此控制項的右邊界與某個控制項的右邊界對齊

表示此控制項在布局中的水平方向上的偏移百分百。

表示此控制項在布局中的的垂直方向上的偏移百分百。如檢視16,**16

//the left margin to use when the target is gone.

//the top margin to use when the target is gone.

//the right margin to use when the target is gone

//the bottom margin to use when the target is gone.

//the start margin to use when the target is gone.

//the end margin to use when the target is gone.

CSS布局屬性

一 css布局屬性 width 設定物件的寬度 width 45px height 設定物件的高度 height 45px background 設定物件的背景顏色 背景影象。1.背景顏色 background 09f 2.背景影象 repeat x代表橫向重複,還可以設定repeat y。floa...

ReactNative布局屬性

flexdirection enum row column row reverse column reverse flexdirection屬性定義了父檢視中的子元素沿橫軸或側軸方片的排列方式。justifycontent enum flex start flex end center space ...

RelativeLayout布局屬性

android relativelayout屬性 相對於給定id控制項 android layout above 將該控制項的底部置於給定id的控制項之上 android layout below 將該控制項的底部置於給定id的控制項之下 android layout toleftof 將該控制項的...