记录
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@id/ll_bottom"
android:scrollbars="vertical"
android:fadeScrollbars="false"
android:maxHeight="100dp"/>
text.setMovementMethod(ScrollingMovementMethod.getInstance());
网友评论