如何在 Android 的 xml 文件中寻址 QVGA (320x240) 设备(HTC Wildfire、SE x10 mini、Motorola Flipout)?
我发现引入目录“values-notlong-ldpi”对我来说不起作用
解决了它:使用-notlong-ldpi确实有效。错误在其他地方(孩子覆盖了样式信息)
但是,如果您找到更好的方法来解决这些设备,请随时发布。
I found introducing a directory "values-notlong-ldpi" did not work out for me
Solved it: using -notlong-ldpi DID work. The mistake was somewhere else (the child overwrote the style info)
However, if u find a better way to address those devices, feel free to post it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嘿,你可以在res文件夹下创建layout-small文件夹,并将小屏幕设备(320x240)的xml文件放在它下面。
hey you can create layout-small folder under res folder and put xml files of small screen device(320x240) under it.
解决了:使用 -notlong-ldpi 确实有效。错误在其他地方(孩子覆盖了样式信息)
Solved it: using -notlong-ldpi DID work. The mistake was somewhere else (the child overwrote the style info)