为什么当三星 Galaxy 设备的 Android 清单文件中的属性 anyDensity=false 时,图像会显示像素级?

发布于 2024-09-27 21:01:01 字数 81 浏览 0 评论 0原文

相同的代码 anyDensity=false 对于显示分辨率 320*480 的设备工作正常,但图像在显示分辨率 480*800 的设备中显示像素。

same code anyDensity=false works fine for device with display resolution 320*480, but images are displayed pixelerate in device with display resolution 480*800.

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

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

发布评论

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

评论(2

迷雾森÷林ヴ 2024-10-04 21:01:01

如果您设置了any Density=false 属性,并且正在构建一个也可以在Android 1.5 上运行的应用程序,那么您的应用程序将以兼容模式运行。这将使您的应用程序像始终显示在 320*480 屏幕上一样,只是缩小结果像素测量值。

无需在清单中将任何密度设置为 false。

If you have the any density=false attribute set and are building an app that will also run with android 1.5 your app will run in a compatibility mode. This will render your app like it is always displayed on a 320*480 screen and just scale down the resulting pixel measurements.

There should be no need to set any density to false in your manifest.

旧话新听 2024-10-04 21:01:01

在我看来,真正的大小调整仅适用于any密度 = true 和 dp/dip 用作单位。

In my opinion the real resizing is only done for anydensity=true and dp/dip used as units.

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