博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android textview布局,如何在Android中的布局中定位TextView?
阅读量:5857 次
发布时间:2019-06-19

本文共 898 字,大约阅读时间需要 2 分钟。

您可以尝试以下代码:

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >

android:id="@+id/textView1"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:gravity="center_horizontal"

android:text="TextView" />

android:layout_width="match_parent"

android:layout_height="wrap_content" >

android:id="@+id/textView2"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

android:gravity="center_horizontal"

android:text="TextView" />

android:id="@+id/textView3"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

android:gravity="center_horizontal"

android:text="TextView" />

android:id="@+id/textView4"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

android:gravity="center_horizontal"

android:text="TextView" />

转载地址:http://pqajx.baihongyu.com/

你可能感兴趣的文章
nginx的web缓存的设置
查看>>
csync+lsync 实时双向批量同步小文件
查看>>
pptpd安装及配置
查看>>
Nginx 日志中记录cookie
查看>>
Centos 7.0平台安装MongoDB
查看>>
Fixing CD/DVD stuck on connecting on VM console
查看>>
rfc1323, sb_max, tcp_sendspace, udp_sendspace, udp_recvspace报错
查看>>
PHP访问MySQL数据库
查看>>
ettercap 安装疑难小记
查看>>
Linux学习入门--I/O标准库二
查看>>
linux小应用
查看>>
Linux命令集---生成时间戳
查看>>
GSM业务
查看>>
手机腾讯网mt框架之mtwebapp示例解析。
查看>>
Linux下使用sendEmail发送带附件的邮件
查看>>
Windows学习经验与教训
查看>>
代码重构方向原则指导
查看>>
如何备份extmail下的邮件
查看>>
chunkserver
查看>>
索引学习-1(摘自网络)
查看>>