简体   繁体   English

如何在Android资产文件夹中保留hdpi,mdpi,ldpi和xhdpi文件?

[英]How to keep hdpi,mdpi,ldpi and xhdpi files in the Android asset folder?

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. 我知道在android drawable文件夹中创建子文件夹是不可能的,我们可以使用资产文件夹来保存我们的外部文件。 My problem is how do we store the hdpi,mdpi,ldpi and xhdpi resources separately in the asset folder. 我的问题是我们如何在资产文件夹中单独存储hdpi,mdpi,ldpi和xhdpi资源。 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. 我开发的应用程序有大约75个图标,我需要为每个分辨率级别维护图标,并需要根据应用程序中的某些类别对图标进行分类。

Your advice is highly appreciated. 非常感谢您的建议。

Thanks and Regards Pathum 谢谢和问候巴吞

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. 如果您发布更多详细信息,我可以建议具体的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 mdpi、ldpi、hdpi、xhdpi 中调整图像大小 - How to resize image in mdpi, ldpi, hdpi, xhdpi Android中所有ldpi,mdpi,hdpi,xhdpi的单个图像 - single image for all ldpi, mdpi, hdpi, xhdpi in android 适用于Values文件夹的Android hdpi / mdpi / ldpi? - Android hdpi/mdpi/ldpi for Values folder? android如何缩放可绘制对象? 如果我有xhdpi,hdpi,mdpi但没有ldpi? - How android scales drawables? If I have xhdpi, hdpi, mdpi but don't have ldpi? mdpi,hdpi,xhdpi文件夹的工作原理如何? - How mdpi, hdpi, xhdpi folder works? 缩放ldpi,mdpi,hdpi和xhdpi的图像 - scale images for ldpi mdpi hdpi and xhdpi Android屏幕大小为ldpi,mdpi,hdpi,xhdpi显示? - 例如:ldpi为1024X768像素 - android splash screen sizes for ldpi,mdpi, hdpi, xhdpi displays ? - eg : 1024X768 pixels for ldpi 在Photoshop中以XXHDPI为基准100%时的Android导出裁剪然后如何裁剪意味着XHDPI,HDPI,MDPI,LDPI的大小 - Android Export Cropping When XXHDPI Taken as Baseline 100% In Photoshop Then How to crop means size of XHDPI, HDPI, MDPI, LDPI 'drawable'文件夹和'drawable-hdpi-ldpi-mdpi-xhdpi'文件夹之间有什么区别? - What's differences between 'drawable' folder and 'drawable-hdpi-ldpi-mdpi-xhdpi' folders? Android资源 - 哪些分辨率应该进入hdpi,ldpi,mdpi和xhdpi目录 - Android Resources - which resolutions should go into the hdpi, ldpi, mdpi and xhdpi directories
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM