Skip to main content
Active reading.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

whenWhen you are done with scrollable, add this line to viewthe view's last line when you enter anything in the view:

((ScrollView) findViewById(R.id.TableScroller)).fullScroll(View.FOCUS_DOWN); 

when you done with scrollable add this line to view last line when you enter anything in view

((ScrollView) findViewById(R.id.TableScroller)).fullScroll(View.FOCUS_DOWN); 

When you are done with scrollable, add this line to the view's last line when you enter anything in the view:

((ScrollView) findViewById(R.id.TableScroller)).fullScroll(View.FOCUS_DOWN); 
Source Link
Rahul Baradia
  • 12k
  • 18
  • 76
  • 123

when you done with scrollable add this line to view last line when you enter anything in view

((ScrollView) findViewById(R.id.TableScroller)).fullScroll(View.FOCUS_DOWN);