有没有机会让键盘显示在选项卡图标上

发布于 2024-12-24 15:47:43 字数 114 浏览 1 评论 0原文

我的活动底部有标签。问题是我在活动中有 TextView,当我想编写文本时,键盘会显示,但键盘会抬起底部选项卡图标并使 TextView 部分不可见。是否有机会使键盘显示在选项卡图标上(而不是抬起底部选项卡图标)?

I have tabs at the bottom on my activity. Problem is that I have TextViews on activity and when I want to write text, keyboard shows but keyboard lift up bottom tab icons and make partly invisible TextView. Is there any chance to make keyboard to shows over tab icons ( not to lift up bottom tab icons) ?

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

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

发布评论

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

评论(2

多孤肩上扛 2024-12-31 15:47:43

您必须查看 android :windowSoftInputMode 具有属性 adjustResizeadjustPan

从链接中我猜想在清单文件中添加 android:windowSoftInputMode="adjustResize|adjustPan" 应该可以解决您的问题。

You will have to look around the android:windowSoftInputMode which has attributes adjustResize and adjustPan.

From the link I guess adding android:windowSoftInputMode="adjustResize|adjustPan" in the Manifest file should do the trick for you.

嘿看小鸭子会跑 2024-12-31 15:47:43

尝试在清单中使用您的活动的 softInputMode 值,看看什么适合您的情况。

android:windowSoftInputMode

Try playing around with the softInputMode values of your activity in the manifest, and see what works for your situation.

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