Android app launcher icon actual size -


according android info on web app launcher sizes should following:

48 × 48 (mdpi) 72 × 72 (hdpi) 96 × 96 (xhdpi) 144 × 144 (xxhdpi) 192 × 192 (xxxhdpi) 

but when make screenshot nexus5 actual pixel size different (180x180 xxhdpi), looks lollipop use different icon size.

what mean: problem

p.s. using default android launcher, no mods or accessibility settings.

some devices scale-up launcher icon as 25%. example, if highest density launcher icon image extra-extra-high density, scaling process make appear less crisp. should provide higher density launcher icon in mipmap-xxxhdpi directory, system uses instead of scaling smaller version of icon.

note: mipmap-xxxhdpi qualifier necessary provide launcher icon can appear larger usual on xxhdpi device. best practice place launcher icons in res/mipmap-[density]/ folders. enables app display launcher icons have higher density device, without scaling lower density version of icon. not need provide xxxhdpi assets app's images.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -