快速问题 Re Drawables 文件夹 MDPI、HDPI 和 LDPI
只是一个简单的问题。如果我对 Android 在最常见的屏幕尺寸上缩放应用程序的方式(在真实设备上测试)感到满意,我可以将图像放在 MDPI 文件夹中吗?或者这会引起问题吗?
谢谢 !
Just a quick question. If I am happy with the way in which Android scales my app on the most common screen sizes (tested on real devices) can I just put my images in the MDPI folder ? Or will this cause problems ?
Thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该没问题,但您确实应该将它们放在 drawable 文件夹中,以避免将来进一步扩展应用程序时出现混乱。
It should be fine but you should really put these in the drawable folder to avoid confusion when extending the application further in the future.