Android background image size in pixel

JavaForAndroid picture JavaForAndroid · Nov 9, 2013 · Viewed 45.2k times · Source

I would like to create a background image for different resolutions in Android. So I need the values (in pixel) for ldpi, mdpi, hdpi,xhdpi and xxhdpi. It is important that the image will not be blurred.

I have already read the Documentation about multiple screen support but there are sizes in dp instead of pixel.

Answer

Haresh Chhelana picture Haresh Chhelana · Nov 9, 2013

Try follow below android icon graphy size reference for various device screen resolutin.

                            ldpi     mdpi     hdpi     xhdpi    xxhdpi     xxxhdpi
Launcher And Home           36*36    48*48   72*72    96*96    144*144    192*192
Action Bar And Tab          24*24    32*32   48*48    64*64    96*96      128*128
Notification                18*18    24*24   36*36    48*48    72*72      96*96
Background                  320*426  320*470 480*640  720*1280 1080*1920  1440*2560