For my app, I need to have same images with 2 or 3 different sizes
Or I wonder if it would be possible to take the drawables from another drawable-folder (ie: the same images with different resolutions are available like that)
Else, I should copy the same image several times in each drawable folder (mdpi, hdpi, xhdpi)
Ex: I have drawable ima in hdpi folder and I need the same images smaller and greater which are available in mdpi and xhdpi folder => How can i get them or do I have to copy the images I need in the hdpi folder ?
Excuse me for my bad english
Thanks for helping me