Good morning. I have an image that is large as all display width. I want that this image is resized for all screen dimension and density. I have put into directory drawable-ldpi,mdpi,hdpi and xhdpi the image in various dimension, but for same display, such as the Galaxy Note or the Galay Nexus, the image don’t take all screen width ! Why ? How can I do ?
Thanks
// use
but your
or get the screen density using Displaymetrics and supply various image for different density.