有什么方法可以阻止 Android 中键盘出现标签吗?

发布于 2024-10-16 22:45:59 字数 85 浏览 2 评论 0原文

我正在制作一个支持所有版本的 android 的应用程序(以防万一它相关),但是当用户单击应用程序时,键盘会弹出并随之移动选项卡。有没有办法阻止标签这样做?

I am making an app that supports all versions of android (just in case it is relevant), but when the user clicks on an app, the keyboard pops up and moves the tabs with it. Is there anyway to stop the tabs from doing this?

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

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

发布评论

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

评论(2

痴意少年 2024-10-23 22:45:59

尝试在活动的清单文件中提供 android:windowSoftInputMode="adjustPan" 。

Try giving android:windowSoftInputMode="adjustPan" inside the manifest file for the activity.

匿名。 2024-10-23 22:45:59

在清单文件的 tabActivity 类中写入 android:windowSoftInputMode="adjustPan" 。

write this android:windowSoftInputMode="adjustPan" in tabActivity class in manifest file.

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