Xamarin.Android中的icon资源尺寸
在Xamarin.Android中,icon的相关资源应该放在mipmap文件夹中,其他的图片资源放在drawable文件夹中。现给出Xamarin.Android下各个mipmap文件夹的icon资源尺寸;
mipmap文件夹 | ic_launcher | ic_launcher_round | ic_launcher_foreground |
---|---|---|---|
mipmap-mdpi | 48*48 | 48*48 | 108*108 |
mipmap-hdpi | 72*72 | 72*72 | 162*162 |
mipmap-xhdpi | 96*96 | 96*96 | 216*216 |
mipmap-xxhdpi | 144*144 | 144*144 | 324*324 |
mipmap-xxxhdpi | 192*192 | 192*192 | 432*432 |
- 原文作者:岁寒
- 原文链接:http://www.suihanime.com/post/Xamarin/Xamarin.Android%E4%B8%AD%E7%9A%84icon%E8%B5%84%E6%BA%90%E5%B0%BA%E5%AF%B8/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。