第一類:屬性值為true或false
android:layout_centerhrizontal
水平居中
android:layout_centervertical
垂直居中
android:layout_centerinparent
相對于父元素完全居中
android:layout_alignparentbottom
貼緊父元素的下邊緣
android:layout_alignparentleft
貼緊父元素的左邊緣
android:layout_alignparentright
貼緊父元素的右邊緣
android:layout_alignparenttop
貼緊父元素的上邊緣
android:layout_alignwithparentifmissing
如果對應的兄弟元素找不到的話就以父元素做參照物
第二類:屬性值必須為id的引用名「@id/id-name"
android:layout_below
在某元素的下方
android:layout_below
在某元素的下方
android:layout_above
在某元素的的上方
android:layout_toleftof
在某元素的左邊
android:layout_torightof
在某元素的右邊
android:layout_aligntop
本元素的上邊緣和某元素的的上邊緣對齊
android:layout_alignleft
本元素的左邊緣和某元素的的左邊緣對齊
android:layout_alignbottom
本元素的下邊緣和某元素的的下邊緣對齊
android:layout_alignright
本元素的右邊緣和某元素的的右邊緣對齊
第三類:屬性值為具體的畫素值,如30dip,40px
android:layout_marginbottom
離某元素底邊緣的距離
android:layout_marginleft
離某元素左邊緣的距離
android:layout_marginright
離某元素右邊緣的距離
android:layout_margintop
離某元素上邊緣的距離
相對布局的屬性
相對于父元件 android layout alignparenttop 如果為true,將該控制項的頂部與其父控制項的頂部對齊 android layout alignparentbottom 如果為true,將該控制項的底部與其父控制項的底部對齊 android layout alignpare...
Android布局(相對布局)
relativelayout相對布局裡常用的位置屬性 2.id型xml屬性 android layout above 該元件位於引用元件的上方 android layout below 該元件位於引用元件的下方 android layout toleftof 該元件位於引用元件的左方 android...
Android相對布局
2 相對布局 如圖 梅花布局 如下 android layout width match parent android layout height match parent android id id no.0 android layout width wrap content android la...