I’ve created a \res\drawable-xhdpi resource folder to prepare for the hi-res devices, but the developer.android.com site doesn’t provide guidelines for the icon sizes for this resoulution. What should I use as the the size of a xhdpi icon?
I’ve created a \res\drawable-xhdpi resource folder to prepare for the hi-res devices, but the
Share
mdpimeans ~160dpi,xhdpimeans ~320dpi.So, as an
mdpiicon is 48x48px –>xhdpiicon is 96x96px(I give up, upvote as you like)