How do you tell Android not to scale images?
问题 I have some pictures in the /drawable folder, which to my understanding is intepreted as /drawable-mdpi. Now these images are scaled when being used (depending on the device). I don't want to add more pictures, because they don't exist. And I don't have the resources to create different res pictures. I just want the pictures to appear smaller on bigger devices. Is there a way of not scaling the images? I'd hate to have to hard-code all the picture sizes. This is the second question, as edits