When I try to write something in an EditText which is at the bottom of the screen, the soft keyboard hides the EditText. How can I resolve this issue? Below is my xml code.
The solution for me was, simply, adding this to the parent layout : android:fitsSystemWindows="true"