Android低分辨率(ldpi)图标&图标集生成器 [英] Android low resolution (ldpi) icons & Icon Set Generator

查看:157
本文介绍了Android低分辨率(ldpi)图标&图标集生成器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚注意到,使用Android Plugin for Eclipse(v21.1.0),通过使用Android Plugin for Eclipse(v21.1.0)的Android图标集生成器创建了一个从我的svg源代码获取的不同diplay分辨率[ldpi-xhdpi]的图标, Action Bar Icon作为示例,Generator停止生成ldpi图标。



我知道Generator在过去和以前版本的Android插件中生成了这些ldpi图标。新版本现在只能创建mdpi-xhdpi版本,而您在线查找的Asset Studio也是如此。
现在ldpi版本需要手动缩小,我觉得不方便...



图标设计指南仍然提及ldpi解决方案,但...



任何人都知道有没有一个新的指导,以停止捆绑ldpi图标与您的应用程序?或者也许没有新的Android设备带有ldpi屏幕生成,这使得ldpi解析不再使用?



如果有人在这件事上有一些信息,我会很高兴



干杯

解决方案

我不完全确定为什么Google通过ADT插件)已经停止为 ldpi 创建图标集。话虽如此,即使是 Android Assest Studio 已经停止创建 ldpi 的图标。



然而,仍然有很少的设备可能支持 LDPI 。然而,Android(在我的经验中)很好地从 mdpi 集合中缩减资源。扩大可能是一个问题。



个人来说,由于我几乎完全使用Android资产工作室为我生成资源,并且考虑到他们也不提供 ldpi ,我通常手动创建启动器图标,并已停止对其他资产使用 drawable-ldpi 文件夹在应用程式内我从来没有遇到过问题。但我怀疑,这真的是选择的问题,因此是相当主观的。我没有看到没有使用它的任何不利影响,但有人可能只是有。



如果您选择创建 ldpi 资产,比例为: 3:4:6:8 ,其中3个用于 ldpi 上升到 xhpdi 。未来,需要手动创建 ldpi 资产。


任何人都知道如果有一个新的指导,停止捆绑ldpi图标
与您的应用程序?或者也许没有新的Android设备带有ldpi
屏幕,这使得ldpi解析成为不推荐?


没有说如果 ldpi bucket将被弃用,如果是,则。但是根据其像素密度桶,有一个设备列表: http://blog.blundell-apps.com/list-of-android-devices-with-pixel-density-buckets/ 。不是很大的名单,但是这篇文章的作者却做了很多努力。还有另一个: https:// github.com/mataanin/android-devices/blob/master/phones%20ui%20-%20specs.csv 。但是我怀疑,考虑到设备的洪水,将它们全部列出是非常不可能的。



还有这个列表在维基百科:按像素密度显示的列表 Android设备库


I just noticed that when I create an icon out from my svg sources for the different diplay resolutions [ldpi-xhdpi] with the 'Android Icon Set Generator' using the Android Plugin for Eclipse (v21.1.0), lets take an Action Bar Icon as an example, the Generator stopped producing the ldpi icons.

I know the Generator produced those ldpi icons in the past and previous versions of the Android plugin. The new version now only creates mdpi-xhdpi versions and so does the Asset Studio you find online. Now the ldpi version needs to scaled down manually, which I find inconvenient...

The Icon Design Guideline still mentiones the ldpi resolution, though...

Anyone knows if there's a new guidline to stop bundling ldpi icons with your apps? Or maybe there are no new Android devices with ldpi screens produced, which makes the ldpi resolution deprecated?

I'd be happy if someone had some info on this matter...

Cheers

解决方案

I am not entirely sure why Google (via the ADT plugin) has stopped creating Icon Sets for ldpi. That being said, even the Android Assest Studio has stopped creating icons for ldpi.

However, there are still quite a handful of devices which may support ldpi. Android, however, (in my experience) does a good job of scaling down resources from the mdpi set. Scaling up might be a problem. scaling down, not so much.

Personally speaking, since I have almost exclusively used the Android Asset Studio for generating the resources for me, and considering that they too don't provide for ldpi anymore, I typically create the Launcher Icon manually and have stopped using the drawable-ldpi folder for other assets within the app. And I have never faced a problem. But I suspect, this really is matter of choice, and hence, quite subjective. I have not seen any adverse effect of not using it but someone might just have.

If you do choose to create ldpi assets, the ratio is: 3:4:6:8 with 3 being for ldpi going up till xhpdi. Going forward, the ldpi assets will need to be created manually.

Anyone knows if there's a new guidline to stop bundling ldpi icons with your apps? Or maybe there are no new Android devices with ldpi screens produced, which makes the ldpi resolution deprecated?

There is no saying if the ldpi bucket will be deprecated and if yes, when. But there is a list of devices according to their pixel density bucket here: http://blog.blundell-apps.com/list-of-android-devices-with-pixel-density-buckets/. Not a big list, but the author of that post did make an effort. There is another one here: https://github.com/mataanin/android-devices/blob/master/phones%20ui%20-%20specs.csv. But I suspect, considering the deluge of devices, it would be humanly impossible to list them all.

There is also this list on Wikipedia: List of displays by pixel density and the Android Device Gallery.

这篇关于Android低分辨率(ldpi)图标&图标集生成器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆