After a detailed review of this problem in code and on the Internet, the only viable solutions currently allowing you to scroll vertically within a TextView inside a ScrollView are:
1) , ScrollView HorizontalScrollView ( TextView) . , HorizontalScrollView TextView.
2) - , TextView ScrollView. TextView "WRAP_CONTENT", , TextView . , , ScrollView.
share