gpt4 book ai didi

android - 如何在android的 TextView 中对长文本进行文本换行

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:31:49 24 4
gpt4 key购买 nike

在我的应用程序中,我有带有长文本的 TextView 。我需要像在 android 模拟器-> 联系人-> 电话中那样的文本换行(屏幕上缺少拨号盘)。

enter image description here

但在我的应用程序中,我得到如下图所示的文本换行: enter image description here

我试了好几种方法都不符合我的要求。 我不需要 TextView 右上角的“...”。取而代之的是,我想像第一个图中那样包装文本(android emulator->contact->phone)。怎么做?请帮我。提前致谢。

最佳答案

我认为为您的 TextView 设置以下属性应该可以帮助您实现此行为:

android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:ellipsize="none"
android:singleLine="false"

关于android - 如何在android的 TextView 中对长文本进行文本换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9885535/

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