I am working with a graphic designer at the moment who is trying to verify what sizes images I am currently using in my app so he can create new images in the right size for all resolution modes (designing the image at the smallest size and then scaling it for the other modes).
In my app, I am emulating a device that is 720 x 1280: xhdpi
, and on this device, an ImageView is set to size 50dp x 50 dp
.
Is it correct to say 50 dp xhdpi -> 25 dp mdpi? 100px? Or 50px?
What exactly? What is the correct size that we should be making for the smallest size?