开发者

Android xhdpi icons

开发者 https://www.devze.com 2023-02-11 19:56 出处:网络
Is there a publis开发者_Go百科hed size for xhdpi application icons? Or do we just use the hdpi ones at 72x72?The supporting multiple screens page contains this image:

Is there a publis开发者_Go百科hed size for xhdpi application icons? Or do we just use the hdpi ones at 72x72?


The supporting multiple screens page contains this image:

Android xhdpi icons

the image shows that every assets for xhdpi has two times the size of a mdpi asset.

Also Hackbod gave an answer in the Google Groups

XHDPI_SIZE = (HDPI_SIZE) * (XHDPI_DENSITITY / HDPI_DENSITY)
In other words, 2x the mdpi size.
Launcher Icon : 96x96

0

精彩评论

暂无评论...
验证码 换一张
取 消