Nexus One 和 Droid Razr 具有相同的限定符

发布于 2024-12-23 18:01:55 字数 237 浏览 1 评论 0原文

我现在正在开发一个应用程序,但主菜单的两种格式遇到了问题。我正在努力让我的应用程序与尽可能多的手机兼容,但据我所知,Nexus One 和 Droid Razr 具有相同的限定符,但尺寸不同。

我在这里错过了什么吗?它们都遵循我的 main_menu.xml 的布局正常 hdpi 限定符

是否有其他方法可以区分它们?我在 xml 中使用“dip”来分隔按钮,并且按钮离开 Nexus One 上的屏幕。

谢谢。

I'm developing an app right now and I'm having trouble with two formats for my main menu. I'm trying to make my app work with as many phones as possible, yet the Nexus One and Droid Razr, as far as I can tell, have the same qualifiers yet different sizes.

Am I missing something here? They both follow the layout-normal-hdpi qualifier for my main_menu.xml

Is there another way I can distinguish them? I'm using "dip" in my xml to separate buttons and the buttons leave the screen on the Nexus One.

Thank you.

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

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

发布评论

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

评论(1

み零 2024-12-30 18:01:55

约瑟夫斯·维拉雷是对的。简单的解决方案是使用权重而不是对对象的位置进行硬编码。

Josephus Villarey was correct. The simple solution was to use weights instead of hard-coding the positions of the objects.

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