android弹出软键盘时,editText被遮挡一部分,五分之一左右的问题


android:windowSoftInputMode=“stateAlwaysHidden|adjustResize”
注意是 stateAlwaysHidden
使用 stateVisible 测试时不起作用 ,不知道是不是就我这里不对

layout 根目录添加
android:fitsSystemWindows="true"


getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN); 不能添加
原因不知道 ,添加上就不对了

你可能感兴趣的:(andriod)