不同屏幕尺寸(以像素为单位)的不同资源

发布于 2024-11-30 06:24:22 字数 459 浏览 2 评论 0原文

是否有内置功能可以为不同的屏幕尺寸(以像素为单位)提供不同的资源,

我发现了一种按 dpi 分隔它们的解决方案(使用 hdpildpimdpisw320dpsw720dp 文件夹): http://developer.android.com/guide/topics/resources /providing-resources.html#AlternativeResources

但我不关心密度!
我的应用程序主要使用位图和画布,我想要的只是避免这些位图的缩放(和平滑)。

Is there a build-in functionality to provide different resources for different screen sizes (in pixels)

What I found is a solution to separate them by dpi (using hdpi, ldpi, mdpi or sw320dp, sw720dp folders):
http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources

But I don't care about densities!
My application mostly uses Bitmaps and Canvas, and all I want is to avoid scaling (and smoothing) of these bitmaps.

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

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

发布评论

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

评论(2

暗喜 2024-12-07 06:24:22

但我不在乎密度!我的应用程序主要使用位图
和画布,我想要的只是避免缩放(和平滑)
这些位图。

您是否尝试过使用 drawable-nodpiraw 作为位图?

But I don't care about densities! My application mostly uses Bitmaps
and Canvas, and all I want is to avoid scaling (and smoothing) of
these bitmaps.

Have you tried using drawable-nodpi or raw for your bitmaps?

度的依靠╰つ 2024-12-07 06:24:22

您无法指定确切的像素大小,但您可以将 4 个类别用作布局文件夹的修饰符。布局小、布局正常、布局大、布局超大。

You can't specify by exact pixel sizes but there are 4 categories that you can use as modifiers to your layout folders. layout-small, layout-normal, layout-large, layout-xlarge.

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