How to scroll multi-line EditText with ScrollView content?

Is it possible to loop through both multiline EditText

and the contents of a ScrollView

when EditText

inside ScrollView

?

I came across several solutions, but none of them seemed to have user-friendly behavior like web browsers (scrolling would scroll the EditText until the final target was reached, and further scrolling would scroll the ScrollView) ...

+3


source to share





All Articles