Android Keyboard hides EditText

前端 未结 8 455
独厮守ぢ
独厮守ぢ 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:24

    I handled that by adding ScrollView around View with EditText inside.

    
            // Other views
            
    
    

    Adding tags to Android Manifest didn't help me.

提交回复
热议问题