Android:屏幕键盘自动建议完成后重新对齐布局
我希望这是有道理的......
基本上,当屏幕键盘出现,然后出现自动建议时,它会将我的视图推到屏幕上 - 我想保留的 imageView 中的图形。
当自动完成完成后,尽管自动建议消失,屏幕仍保持在原来的位置。
有什么方法可以让我的布局回收该空间并简单地再次返回到空白空间吗?即再次浮回下方?
干杯:)
I hope that makes sense...
Basically when the on screen keyboard appears and then the auto suggestions as well, it pushes my view up the screen - a graphic in an imageView that I would like to persist.
When the auto complete is over and done with, the screen stays where is is despite the auto suggest disappearing.
Is there any way to let my layout reclaim that space and simply go back down again into the empty space ? ie to float back down again ?
Cheers :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没猜错,请尝试将以下行添加到清单中的
中:If I got you right, try adding the following line to the
<activity>
in your manifest: