Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个登录屏幕,其中包含一些文本字段、文本框、按钮以及屏幕的背景图像。现在问题出在触摸设备上,当虚拟键盘弹出时,屏幕会随着背景图像缩小,所有组件对齐都会受到干扰。我还启用了垂直滚动到屏幕,但对齐仍然受到干扰。请有人帮我解决这个问题。
谢谢,
我猜,您正在使用 Display.getHeight() 来对齐 UI 组件。并且在显示虚拟键盘后,Display.getHeight() 不会返回实际的屏幕高度。它返回不包括键盘高度的高度。