0

So, what I have currently is basically

displayText.setText();
scroll.fullScroll(View.FOCUS_DOWN);

This goes over and over with user input, and eventually displayText gets big enough that it moves on to another line, which is why I want it to scroll down. I'm pretty new to this and so I'm not too sure what I'm doing wrong.

Qaz
  • 1
  • 1

1 Answers1

0

I'm not completely sure about what you want to do, but if I understood well, look at this, it might help you : How to get the Android TextView to scroll down to the end automatically?

Community
  • 1
  • 1
ilansas
  • 5,899
  • 6
  • 21
  • 27