用ScrollView 覆盖原来的layout,如下:

 

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
...

<!-- Your current layout here -->

</ScrollView>


参见: Soft Keyboard comes over the EditText

相关文章:

  • 2021-09-23
  • 2021-09-01
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2022-02-24
  • 2022-12-23
  • 2021-11-04
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案