TextView-下拉
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TextView-下拉相关的知识,希望对你有一定的参考价值。
布局代码:
<TextView android:id="@+id/serach_textview_showID" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/serach_btnID" android:scrollbars="vertical"//这个 android:singleLine="false"//和这个 android:text="搜索的内容如下:" android:textColor="#f00" android:textSize="20sp" />
java代码:
textView.setMovementMethod(ScrollingMovementMethod.getInstance());
以上是关于TextView-下拉的主要内容,如果未能解决你的问题,请参考以下文章