Android activity image background size

吃可爱长大的小学妹 提交于 2019-11-29 18:43:51
Wroclai

In ldpi-folder, the recommended size is 240x320.

In mdpi-folder, the recommended size is 320x480.

In hdpi-folder, the recommended size is 480x800.

More information about this subject can be found here.

S.M_Emamian

ldpi 240x320.

mdpi 320x480.

hdpi 480x800.

xhdpi 640*960.

xxhdpi 960x1440.


updated Jan,09,2016

                            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                  240*320  320*480 480*800 768*1280 1080 *1920  1440*2560

updated Sep,23,2016

@CDrosos thanks.

This is helpful also: Device Metrics - design.google.com/devices

04 / 2013 : I have read another specifications in android developers

xlarge screens are at least 960dp x 720dp large screens are at least 640dp x 480dp normal screens are at least 470dp x 320dp small screens are at least 426dp x 320dp

http://developer.android.com/guide/practices/screens_support.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!