I have 5 Images designed to look like a button and I'd like to use them within ImageButton(s) in my android project. The size of my images are 662 x 128.
I know that I have to resize the images to place them into ldpi,mdpi,hdpi,xhdpi folders but what I don't know is what width and height should I use and change my image into.
For example for xhdpi what size should the width and height of the image (not the ImageButton)?
I use photoshop for my photo editing.
UPDATE: I currently develop my app for phone.