Android 软键盘调整布局大小
When the virtual keyboard opens, it resizes my layout.
How can i made for put the keyboard on my layout? And what it doesn't re-size my layout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用清单标志来配置虚拟键盘的效果。 See http://developer.android.com/guide/topics/manifest/activity-element .html#wsoft
You can use manifest flags to configure the effect of the virtual keyboard. See http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft
Android 软键盘调整布局大小
对我来说很有效,试试吧。
Android soft keyboard resize layout
It's Working for me try it.
adjustPan
仅通过将输入字段向上推到键盘上方一点来调整输入字段的大小,在这种情况下,键盘仍会覆盖其下方的所有其他视图。adjustPan
only resizes the input field by pushing it up just a little above the keyboard, in which case the keyboard still covers every other view beneath it.仅使用此代码:
在所有应用程序的清单应用程序标记中使用
use only this code:
used in manifest-application tag for all application