Android 平台 1.5 - 3.2 的通知图标

发布于 2024-12-07 07:40:26 字数 400 浏览 0 评论 0原文

我的应用程序面向 Android 1.5 至 3.2,我正在制作特定于这些平台的通知图标。我发现很难正确组织所有这些版本的图标,包括 h/d/ldpi 版本。我知道在 3.2 中,限定符发生了变化,所以我也试图解释这一点。

目前,当我在 3.2 中启动时,它使用 2.3 的图标。我目前的文件夹结构如下:

  • 可绘制
  • 可绘制-hdpi
  • 可绘制-hdpi-v9
  • 可绘制-ldpi-v9
  • 可绘制-mdpi-v11
  • 可绘制-mdpi-v9
  • 可绘制-v11
  • 可绘制-xlarge

问题是哪个文件夹(包括任何丢失的文件夹)我应该把平台&显示/密度特定图标,以便我正确定位 1.5 - 3.2?

My app targets Android 1.5 to 3.2 and I'm making notification icons specific to those platforms. I'm finding it difficult to correctly to organize the icons for all these versions, including h/d/ldpi versions. I know in 3.2, the qualifiers changed, so I'm trying to account for this as well.

Currently, when I launcher in 3.2, it uses an icon for 2.3. My folder structure at the moment is as follows:

  • drawable
  • drawable-hdpi
  • drawable-hdpi-v9
  • drawable-ldpi-v9
  • drawable-mdpi-v11
  • drawable-mdpi-v9
  • drawable-v11
  • drawable-xlarge

Question is which folder (including any missing ones) should I put the platform & display/density specific icons in so I target 1.5 - 3.2 correctly?

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

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

发布评论

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

评论(1

守护在此方 2024-12-14 07:40:26

您可以尝试 Android Asset Studio 用于生成遵循不同平台版本约定的通知图标。

You might try the Android Asset Studio for generating notification icons that follow conventions for different platform versions.

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