When the keyboard extends, the layout rises, but slightly. The Xml has two edit (Email and Password) fields and a button below (LOGIN). I can not understand how to do it correctly. I managed to do it only with ScrollView, but this option does not suit me. I would like to know how it can be done so that the layout normally rises and the distance between the button and the keyboard is 40-50dp (approximately).
PS In the Manifesto prescribed.
android:windowSoftInputMode="adjustResize"
registered in the manifest? - Yura Ivanov