用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
用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
相关文章: