android:layout_above="@+id/textView1"

 

    android:layout_below="@+id/textView1"


 android:layout_centerInParent="true"


 android:layout_alignBottom="@+id/textView1"

android:layout_alignBaseline
      

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. TextView控件的使用(Android设置文本显示格式)
  3. android_控件属性
  4. Android中的android:layout_width和android:width
  5. Android中的android:layout_width和android:width
  6. Android学习笔记(九):Activity-RelativeLayout
  7. ListView点击事件不响应。
  8. Android:TextView与图片上下对齐使用drawableTop
  9. android listview 控件触摸滑动出现白屏问题

随机推荐

  1. 指针创建STRING函数
  2. DAY02-html表格和表单的实例应用(课程排期
  3. linux下配置免安装版zabbix-agent配置详
  4. 数据库安全小助手DBSAT
  5. WinForm基于插件开发实现多项配置存储
  6. 使用AMD灵活配置实例使PeopleSoft降本增
  7. SQL Server数据库开发必备技能实战
  8. 在OCI Data Science中进行实时预测的模型
  9. 手把手教你:使用Oracle AutoML进行预测(实
  10. 零停机数据迁移21c(ZDM 21c)