Android splash screen dimensions

怎甘沉沦 提交于 2019-12-06 16:07:41
ldpi = 320 x 426
mdpi = 320 X 470
hdpi = 480 x 640
xhdpi = 720 x 960
xxhdpi = 1080 X 1440
Ramesh K

for splash screen you can make a single image into four different sizes

as

drawable - small, 
drawable - normal, 
drawable - large, 
drawable - xlarge

and when it comes to dimensions

may be helpful

Click [here](http://androidcoding.in/2016/03/02/android-tutorial-on-splashscreen/"this text appears when you mouse over")!

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

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