Is there any specific way that icons and other images should be designed in Android? I am trying to design some images that will be used in ImageButton
. The problem is that when I run the app in different emulators, sometimes they are way too big for small screen. I am designing them according to this:
mdpi - x1.0
hdpi - x1.5
xhdpi - x2.0
xxhdpi - x3.0
xxxhdpi - x4.0
How to properly design image resources for Android ?