确定 Android 中可用屏幕尺寸的正确方法是什么

发布于 2024-11-30 09:46:38 字数 117 浏览 2 评论 0原文

我知道这个问题已经被问过几次了,但我还没有找到满意的答案。如果您想要总屏幕分辨率,则所有先前的答案都有效,但当您想要纠正蜂窝中的通知栏和/或系统栏时,所有先前的答案都无效。

有没有办法确定可用屏幕的尺寸?

I know this question has been asked a few other times but I have yet to find a satisfactory answer. All previous answers work if you want the total screen resolution but fail to when you want to correct for the notification bar and/or the system bar in honeycomb.

Is there a way to determine the dimensions of the usable screen?

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

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

发布评论

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

评论(1

独﹏钓一江月 2024-12-07 09:46:38

我之前所做的几乎肯定不是最佳方式:创建一个设置为填充屏幕的控件,然后检查其大小。如果您有在游戏或类似内容中绘制的视图,这会很有用。

What I've done previously is almost definitely not the best way: make a control that is set to fill the screen and then check its size. This is useful if you have a view you paint to in a game or something like that.

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