text 可滚动的多行TextView

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 可滚动的多行TextView相关的知识,希望对你有一定的参考价值。

TextView desc=findViewById(R.id.description);
desc.setMovementMethod(new ScrollingMovementMethod());

Add these lines in XML:

android:lines="4"
android:maxLines="4"

以上是关于text 可滚动的多行TextView的主要内容,如果未能解决你的问题,请参考以下文章

在 4.x 上没有文字换行的多行 TextView?

TextView

Android TextView 可滚动

Android Widget 中的可滚动 TextView

有没有办法防止 ScrollView 在 TextView 获得焦点时自动滚动?

没有部分绘制线条的 TextView