So, you can add 3 types of images inside individual folders, drawable-ldpi, -mdpi and -hdpi
, from which Android picks the proper image depending on each specific device.
My question is, what about xhdpi? The large screens out there. I'm guessing they will use the hdpi, but if i'd like to add another larger image for those screens, should i add another folder inside the "res" directory, named drawable-xhdpi? Will Android know to pick the image from this folder?
Or how is it done in case of xhdpi?