gpt4 book ai didi

android - TextView maxLength ellisize 不工作

转载 作者:行者123 更新时间:2023-11-29 00:03:11 25 4
gpt4 key购买 nike

<分区>

我有一个 TextView,最多应该有 15 个字符,最后应该有三个点。使用我的 XML,它会剪切 15 个字符,但不会在末尾添加三个点 ...

IMPORTANT: I know it works when I limit the text with line count - android:maxLines="2". But I need limit it with max characters count, as stated in question.

<TextView
android:layout_height="match_parent"
android:layout_width="match_parent"
android:maxLength="15"
android:ellipsize="end"
tools:text="123456789qwertyuiopasdfghjklzxcvbnm"
android:textSize="50sp"
/>

结果:

enter image description here

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com