在运行时以编程方式查找最匹配的资源

发布于 2024-11-26 16:43:20 字数 126 浏览 4 评论 0原文

是否可以在运行时以编程方式找到最匹配的资源?

例如,我有一些设备的屏幕属性与布局正常-mdpi 完美匹配。我如何在运行时读取该规范?例如,对于我的屏幕,结果应该是正常屏幕尺寸,对于密度 mdpi 来说,结果应该是完美匹配。

Is it possible to find the best-matching resource Programmatically at run-time ?

For example I have some device that have screen properties that makes perfect match for layout-normal-mdpi. How can I, at run time, read that that specification ? For example for my screen the result should be normal screen size and for the density mdpi as perfect match.

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

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

发布评论

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

评论(1

柠檬 2024-12-03 16:43:20

这应该能够通过创建合格的资源文件夹自动完成。如果您为不同的条件创建多个资源文件夹,设备将读取您的条件并为其选择最佳的资源版本。

参考: http://developer.android.com/guide/topics/resources /providing-resources.html

This should be able to be done automatically by creating qualified resource folders. If you create multiple resource folders for different conditions the device will read your conditions and choose the best version of the resource for it.

Reference: http://developer.android.com/guide/topics/resources/providing-resources.html

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