Android Keyboard hides EditText

前端 未结 8 518
独厮守ぢ
独厮守ぢ 2020-11-29 04:58

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.

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 05:26

    The solution for me was, simply, adding this to the parent layout : android:fitsSystemWindows="true"

提交回复
热议问题