gpt4 book ai didi

android - Word 在单行中没有足够的空间

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:14:26 28 4
gpt4 key购买 nike

我有一个字体大小很大的 TextView,如果我有一个长字,则只有最后一个字符被放入下一行。例如:

祖萨姆纳尔贝

现在我想将文本格式化为如下所示:

Zusammenarb-

是否有可能实现这一点?

最佳答案

我想比断字更好,你可以做一些更好的事情。考虑下图。

enter image description here

我想绿色的会更适合你的需要。只需声明您的 textview 如下:

 <TextView
android:id="@+id/yourUniqueID"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="15sp"
android:ellipsize="end" <!--THIS WILL DO FOR YOU-->
android:maxLines="1"
android:text="test"/>

关于android - Word 在单行中没有足够的空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39143778/

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