什么应该是默认的启动器图标大小
问题描述:
我指的是文档的http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#icon-sets
因此,我打算有以下目录结构。
Hence, I plan to have the following directory structures.
res/
drawable/
icon.png (? x ? px)
drawable-ldpi/
icon.png (36x36 px)
drawable-mdpi/
icon.png (48x48 px)
drawable-hdpi/
icon.png (72x72 px)
不过,我无法找到任何文件,提默认的启动图标大小的尺寸。
However, I cannot find any documentation, to mention the size of default launcher icon size.
我想知道什么应该是默认的启动器图标的大小?
May I know what should be the default launcher icon size?
答
我不认为你需要提供一个图像中的绘制/
目录,如果你已经填充绘制-LDPI /
绘制-MDPI /
和绘制 - 华电国际/
与发射器的图标。
I don't think you need to supply an image in the drawable/
directory if you have populated drawable-ldpi/
drawable-mdpi/
and drawable-hdpi/
with launcher icons.