Android xxxhdpi drawable resolution auto resize

Mario M picture Mario M · Jul 8, 2014 · Viewed 10.6k times · Source

If I add a large image to xxxhdpi folder does it gets resized automatically by Android to smaller images for other screen resolutions?

And if yes from which version of Android is this supported?

Answer

Max McKinney picture Max McKinney · Jul 8, 2014

You shouldn't really need xxxhdpi. It was only introduced because of the way that launcher icons are scaled on the Nexus 5's launcher.

So throw your image into xxhdpi and it will scale down for other devices. The only issue you'll have is quality. You'd get higher quality out of the image if you scale it yourself.