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
you just add this line in scrollview android:isScrollContainer="true"
Like something this