Android EditText输入弹出软键盘时屏幕被挤压上移的问题

xiaoxiao2025-05-30  33

网上各种AndroidManifest.xml中加配置的方案,都不好用。

这个亲测可用

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_NOTHING);
转载请注明原文地址: https://www.6miu.com/read-5030986.html

最新回复(0)