I have a button that I am loading a drawable for. The image was way bigger than the button so I resized the image to 38 by 38 pixels (actual resize not code or xml). Now, when I load the image then it looks good. I am worried about different screen sizes, if the screen is smaller and my button becomes smaller, the drawable will cross its boundries right? How can I fix it thanks a lot
PS: I read the android best practices page but I was wondering if there is a method other than replicating the same image in 3 different folders with different sizes