gpt4 book ai didi

android - TextView 内容不换行或滚动

转载 作者:行者123 更新时间:2023-11-29 02:16:28 28 4
gpt4 key购买 nike

我有一个简单的 TextView,它显示我从网络上抓取的一些文本。尽管我要显示的文本比屏幕的宽度长得多,但它既没有换行也没有给我滚动条。它只是停止。

我的布局配置如下:

    <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/displayFighterVerse"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="false"
android:width="0dip"
android:inputType="textMultiLine"
android:text="Welcome to Fighter Verses. Please wait while we download the latest verse."
/>

谁能帮我弄清楚为什么显示不正确?我错过了什么真正简单的事情?

最佳答案

取而代之的是编辑文本..将背景颜色设置为透明和 setEditable false它会环绕和滚动,看起来像一个 textView

关于android - TextView 内容不换行或滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3416031/

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