在布局文件中设置TextView属性(Android:scrollbars):

在代码中关联该TextView:

        TextView textLog = (TextView)this.findViewById(R.id.text_log);        textLog.setMovementMethod(ScrollingMovementMethod.getInstance());