虚拟键盘弹出时挡住EditText的解决方案
更新:HHH   时间:2023-1-7


   最好的解决方案:在AndroidManifest.xml中activity节点添加下列:


   android:windowSoftInputMode="adjustResize"


   默认显示输入法:


   android:windowSoftInputMode="stateVisible "


   默认隐藏输入法:


      android:windowSoftInputMode="adjustUnspecified|stateHidden"



返回移动开发教程...