Android 支持屏幕大小或任意密度?
我注意到了developer.android.com上最近的一些(而不是最近的)博客文章,并在我的清单中添加了诸如uses-feature和supports-screen元素之类的内容。
问题是我不太理解支持屏幕中的可调整大小和任何密度标签。
我根据需要为一些项目提供 HDPI (drawable-hdpi) 图像,尽管大多数项目都使用可绘制的默认图像。
我需要如何设置可调整大小和密度标签,因为我正在努力从文档中理解它们的意图。
I have taken note of some recent (and not so recent) blog posts on developer.android.com and have been adding in things like uses-feature and supports-screen elements to my manifest.
The problem is I don't really under stand the resizeable and any density tags in supports-screen.
I am supplying HDPI (drawable-hdpi) images for a few items as needed, though the majority are using a default image in drawable.
How do I need to set the resizeable and density tags, as I am struggling to understand their intent from the documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呃,好吧,这就像一本书中的一个章节,超出了 StackOverflow 答案的合理范围。
幸运的是,我序列化 这样的 章节 AndroidGuys。
Uh, well, that's like a chapter in a book, more than can reasonably fit in a StackOverflow answer.
Fortunately, I serialized parts of such a chapter on AndroidGuys.