如何将 hdpi、mdpi、ldpi 和 xhdpi 文件保留在 Android asset 文件夹中?
我知道不可能在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不支持根据设备配置在资产之间切换。我建议对图标使用与您的类别相对应的命名约定,并使用资源文件夹。如果您发布更多详细信息,我可以建议具体的方法。
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.