Nexus One 和 Droid Razr 具有相同的限定符
我现在正在开发一个应用程序,但主菜单的两种格式遇到了问题。我正在努力让我的应用程序与尽可能多的手机兼容,但据我所知,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
约瑟夫斯·维拉雷是对的。简单的解决方案是使用权重而不是对对象的位置进行硬编码。
Josephus Villarey was correct. The simple solution was to use weights instead of hard-coding the positions of the objects.