android:layout_above="@id/xxx"  --将控件置于给定ID控件之上
android:layout_below="@id/xxx"  --将控件置于给定ID控件之下

android:layout_toLeftOf="@id/xxx"  --将控件的右边缘和给定ID控件的左边缘对齐
android:layout_toRightOf="@id/xxx"  --将控件的左边缘和给定ID控件的右边缘对齐

android:layout_alignLeft="@id/xxx"  --将控件的左边缘和给定ID控件的左边缘对齐
android:layout_alignTop="@id/xxx"  --将控件的上边缘和给定ID控件的上边缘对齐
android:layout_alignRight="@id/xxx"  --将控件的右边缘和给定ID控件的右边缘对齐
android:layout_alignBottom="@id/xxx"  --将控件的底边缘和给定ID控件的底边缘对齐
android:layout_alignParentLeft="true"  --将控件的左边缘和父控件的左边缘对齐
android:layout_alignParentTop="true"  --将控件的上边缘和父控件的上边缘对齐
android:layout_alignParentRight="true"  --将控件的右边缘和父控件的右边缘对齐
android:layout_alignParentBottom="true" --将控件的底边缘和父控件的底边缘对齐
android:layout_centerInParent="true"  --将控件置于父控件的中心位置
android:layout_centerHorizontal="true"  --将控件置于水平方向的中心位置
android:layout_centerVertical="true"  --将控件置于垂直方向的中心位置

更多相关文章

  1. android 布局属性详解
  2. @+id/android:list"和"@android:id/list"的区别
  3. RelativeLayout的一些布局属性
  4. Android(安卓)Layout XML属性
  5. Android的6种布局管理器总结
  6. Android(安卓)Launcher 分析
  7. android中android:wight详解
  8. Android取消Edittext默认获取焦点
  9. Android布局之LinearLayout与RelativeLayout的属性

随机推荐

  1. Java super关键字(android中常见)
  2. Android(安卓)OpenGL ES 分析与实践
  3. Android(安卓)下载apk提示更新以及解决An
  4. android单元测试
  5. Spring for android实现客户端与服务器的
  6. android中的主题(theme)的定义
  7. LBE 安全大师支持android 4.4注入分析
  8. Android中listview中的button
  9. Android分辨率自适应
  10. ionic打包apk时报错No resource identifi