我正在这个登录屏幕中工作,我希望在显示 IME 时调整所有字段、文本和按钮的大小。我已经在 androidManifest.xml 上使用了 android:windowSoftInputMode="adjustResize",但是我仍然在其他元素下面得到了一些元素。
TextView “Cadastre Agora”(id= cadastrar)是否仍然被虚拟键盘覆盖并不重要。但是,我至少希望 EditTexts、它们的 TextViews 和按钮是可见的。
我发现这个悬而未决的问题可能是一个有趣的方法:http://stackoverflow.com/questions/6484024/soft-keyboard-keep-one-view-stationary-while-moving-other
感谢您的帮助!
没有 IME 的屏幕:http: //imageshack.us/photo/my-images/138/semttulo2mr.png/
带有 IME 的屏幕(TextView1 变为隐藏):http: //imageshack.us/photo/my-images/404/semttulo3xw.png/
Stackoverflow 抱怨我的代码格式,所以我在这里上传了 xml 文件:https://rapidshare.com/files/1767398103/login.xml 而且我不能发布超过 2 个链接,这就是我在其中放置空格的原因。