I can\'t seem to make the android:windowSoftInputMode=\"stateVisible|adjustResize\" option work.
When the soft keyboard shows, the scroll view doesn\'t automatically scroll
I found that if I had set layout parameters on my scroll view, then it would not work. As soon as a removed the layout parameters it worked as expected. I can't explain why, just letting others know what worked for me.