Android 横向布局上键盘不成比例

发布于 2024-11-25 11:09:51 字数 249 浏览 1 评论 0原文

我的 LinearLayout 中有 EditText。 当我在纵向模式下输入文本时,键盘显示正常,但当我更改为横向模式时,只有我可以编辑文本框及其右侧的按钮,看起来真的很糟糕。

只是我想看看两种模式下的键盘相同。

我如何实现这一目标?

问题是: 键盘填满了整个屏幕,当我想输入文本时,我无法在横向屏幕上看到其他视图。

谢谢

I am having EditText in my LinearLayout. When i am typing text in portrait mode keyboard displays fine but when i changed to landscape mode , only i can editext box and a button on right side of it, that looking really bad.

Just i want to look the keyboard same in both modes.

How i achieve that??

Problem is: Keyboard is filling the entire screen am not able to see other views in the screen in landscape when i want to type text..

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋心╮凉 2024-12-02 11:09:51

在横向布局中,您可以为 edittext 设置 android:imeOptions="actionDone|flagNoExtractUi"

In layout at landscape, you can set android:imeOptions="actionDone|flagNoExtractUi" for edittext

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文