android maxlength 汉字,Android TextView maxWidth、maxLines、maxLength、maxEms

TextView maxWidth、maxLines、maxLength、maxEms 的区别面纱就此揭开!掌握它们的区别对实际开发蛮有用处。若您有遇到其它相关问题,很是欢迎在评论中留言,我和其余读者小伙伴们将帮助解决并持续更新至此文,达到帮助更多人的目的。若感本文对您有所帮助请点个赞吧!android

maxWidth

限制当前view的宽度,若此时高度设置为wrap_content,文字长度超过view的宽度时会自动换行web

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#3E86A0"

android:textColor="#ffffff"

android:text="TextView_maxWidth"

android:maxWidth="50dp"/>

20c60192d892e9a54e84fc76b05a8ba5.png

maxLines

不管文字总体须要几行才可显示,最终只显示 N 行。通常配合ellipsize标签使用,它可指定在尾部添加省略号svg

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#3E86A0"

android:textColor="#ffffff"

android:text="TextView_maxWidthTextView_maxWidthTextView_maxWidth"

android:ellipsize="end"

android:maxLines="1"/>

63881273b2ff0e1c40b8d62e3b222816.png

maxLength

限制可显示字符数量,超出部分会被截断,设置 ellipsize 也无效,字母或汉字每一个单位均记作1,测试

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#3E86A0"

android:textColor="#ffffff"

android:text="TextView_maxWidth"

android:ellipsize="end"

android:maxLength="5"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#3E86A0"

android:textColor="#ffffff"

android:text="测试这个标签的做用"

android:ellipsize="end"

android:maxLength="5"/>

f798e9c8edd42a9c4499e9b9ddafdee0.png

maxEms

单行最多可现实的字符数量,超出限制自动换行,汉字记作2个单位,字母记作1个单位code

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#3E86A0"

android:textColor="#ffffff"

android:text="TextView_maxWidth"

android:maxEms="5"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#3E86A0"

android:textColor="#ffffff"

android:text="测试这个标签的做用"

android:maxLines="1" // 这里设置了行数限制,因此下图中的文字被截取

android:maxEms="5"/>

220f9fc712d06bfc78b969b69019eb17.png

若您有遇到其它相关问题,很是欢迎在评论中留言,我和其余读者小伙伴们将帮助解决并持续更新至此文,达到帮助更多人的目的。若感本文对您有所帮助请点个赞吧!xml

609444ad2c679ca5d8e71bd73376c799.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值