TextView scrollTv = (TextView) findViewById(R.id.tv_scroll);

scrollTv.setMovementMethod(ScrollingMovementMethod.getInstance());

 

相关文章: