Android 软件盘弹出显示在edittext下方,activity顶部布局不上移 点到为止007 2021-11-23 93 阅读1分钟 1、在AndroidMainfest.xml对应的activity设置属性 android:windowSoftInputMode="stateVisible|adjustResize" 2、在activity对于的布局文件xml根布局设置 android:fitsSystemWindows="true"