TextView scrollTv = (TextView) findViewById(R.id.tv_scroll);
scrollTv.setMovementMethod(ScrollingMovementMethod.getInstance());