Drawable-hdpi, Drawable-mdpi, Drawable-ldpi Android
To declare different layouts and bitmaps you’d like to use for the different screens, you must place these alternative resources in separate directories/folders. This means that if you generate a 200×200 image for xhdpi devices, you should generate the same resource in 150×150 for hdpi, 100×100 for mdpi, and 75×75 for ldpi devices. Then, place … Read more