I would like a ScrollView to start all the way at the bottom. Any methods?
scroll.fullScroll(View.FOCUS_DOWN) also should work.
scroll.fullScroll(View.FOCUS_DOWN)
Put this in a scroll.Post(Runnable run)
scroll.Post(Runnable run)
Kotlin Code
scrollView.post { scrollView.fullScroll(View.FOCUS_DOWN) }