打赏

支持上下内容滚动的textView

在xml 布局中的textview 添加属性:

android:scrollbars="vertical"

TextView实例中添加:

tv.setMovementMethod(ScrollingMovementMethod.getInstance());

 

posted @ 2020-11-12 10:14  张学涛  阅读(312)  评论(0)    收藏  举报