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
Solution: Finally, I found a suggestion that works. I created an OnGlobalLayoutListener() and added it to my scroll view. I checked if the height of the root view of my activity(which is my scroll view) changed. If yes, I'm assuming that the soft keyboard is shown.