如何将 hdpi、mdpi、ldpi 和 xhdpi 文件保留在 Android asset 文件夹中?

发布于 2024-12-29 17:54:45 字数 210 浏览 5 评论 0原文

我知道不可能在 android 可绘制文件夹中创建子文件夹,我们可以使用 asset 文件夹来保存外部文件。我的问题是我们如何将 hdpi、mdpi、ldpi 和 xhdpi 资源分别存储在 asset 文件夹中。我正在开发的应用程序有大约 75 个图标,我需要维护每个分辨率级别的图标,并且需要根据应用程序中的某些类别对图标进行分类。

非常感谢您的建议。

感谢和问候 巴吞

I know it's not possible to create subfolders in android drawable folder and we can use the asset folder to keep our external files. My problem is how do we store the hdpi,mdpi,ldpi and xhdpi resources separately in the asset folder. The app Im developing has around 75 icons and I need to maintain icons for each resolution level and need to categorize the icons according to the some categories in the app.

Your advice is highly appreciated.

Thanks and Regards
Pathum

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

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

发布评论

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

评论(1

别想她 2025-01-05 17:54:45

不支持根据设备配置在资产之间切换。我建议对图标使用与您的类别相对应的命名约定,并使用资源文件夹。如果您发布更多详细信息,我可以建议具体的方法。

There is no support for switching between assets based on the device configuration. I suggest using a naming convention for your icons to correspond to your categories and using the resources folder. If you post more details, I can suggest specific ways of doing this.

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