I have a EditText which is enclosed in ScrollView, but when the keyboard comes up.
EditText
ScrollView
You can NOT scroll down to the fields that are now cover
I was suffering from the same issue and I a found solution. So, maybe it will help you.
Please give following attributes to ScrollView tag:
android:isScrollContainer="false"
And in manifest of your activity to :
android:windowSoftInputMode="adjustPan"