lixplor / android-Q-A

🐞 android related questions and answers
0 stars 0 forks source link

弹出软键盘时, 让edittext跟随键盘移动 #27

Closed lixplor closed 7 years ago

lixplor commented 7 years ago

弹出软键盘时, 让edittext跟随键盘移动

lixplor commented 7 years ago

解决:

// 第一种方式, 在Manifest中这个Activity中加入:
android:windowSoftInputMode="adjustPan"  //整个屏幕上移
android:windowSoftInputMode="adjustResize"  //压缩控件如ScrollView, ListView, 当控件无法压缩时无效