辉夜的博客

繁花似锦,辉夜如昼

0%

横跨两行的单元格:

类别 属性 功能描述
根据父容器定位 android:layout centerInParent 组件位于父容器中央位置
android:layout_centerHorizontal 组件位于父容器水平中央位置
android:layout_centerHorizontal 组件位于父容器水平中央位置
android:layout_centerVertical 组件位于父容器垂直中央位置
android:layout_alignParentTop 组件与父容器顶部对齐
android:layout_alignParentLeft 组件与父容器左部对齐
android:layout_alignParentRight 组件与父容器右部对齐
android:layout_alignParentBottom 组件与父容器底部对齐
根据兄弟组件定位 android:layout_above 组件位于某组件上部
android:layout_below 组件位于某组件下部
android:layout_toLeftOf/toRightOf 组件位于某组件左/右侧
android:layout_alignTop/Left/Right/Below 组件与某组件对齐

横跨两行的单元格:

类别 属性 功能描述
根据父容器定位 android:layout centerInParent 组件位于父容器中央位置
android:layout_centerHorizontal 组件位于父容器水平中央位置
android:layout_centerHorizontal 组件位于父容器水平中央位置
android:layout_centerVertical 组件位于父容器垂直中央位置
android:layout_alignParentTop 组件与父容器顶部对齐
android:layout_alignParentLeft 组件与父容器左部对齐
android:layout_alignParentRight 组件与父容器右部对齐
android:layout_alignParentBottom 组件与父容器底部对齐
根据兄弟组件定位 android:layout_above 组件位于某组件上部
android:layout_below 组件位于某组件下部
android:layout_toLeftOf/toRightOf 组件位于某组件左/右侧
android:layout_alignTop/Left/Right/Below 组件与某组件对齐