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
In your manifest file inside activity tag use
android:windowSoftInputMode="adjustResize|stateVisible|stateAlwaysHidden"