I have got an EditText looking like this (with \"bottom gravity\"):
It happens sometimes that setting activity in manifest
android:windowSoftInputMode="stateVisible|adjustResize"
android:windowSoftInputMode="adjustPan"
not working with scrolling views containing EditText.
After research I figured out
that to work in some cases parent layout has to be set android:fitsSystemWindows="true". Then native functionality of scrolling EditText above scrollbar working like a charm.