Android的闪屏尺寸为LDPI,MDPI,华电国际,xhdpi显示器? - 如:1024X768像素LDPI [英] android splash screen sizes for ldpi,mdpi, hdpi, xhdpi displays ? - eg : 1024X768 pixels for ldpi

查看:346
本文介绍了Android的闪屏尺寸为LDPI,MDPI,华电国际,xhdpi显示器? - 如:1024X768像素LDPI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要设计启动画面使用PhoneGap的Andr​​oid应用程序(适合屏幕,同时加载图像)。我要设计适合像LDPI,MDPI,华电国际,xhdpi屏幕4types 4大小的图像。谁能告诉我确切的尺寸以像素为这些屏幕,所以我可以在尺寸设计?

举例回答:

  LDPI  -  1024X768像素
MDPI  -  111 X 156像素

 我们支持LDPI,MDPI,华电国际和xhdpi显示;下面就为每个特定的屏幕类型定义启动画面。

<差距:飞溅SRC =扑通/安卓/ ldpi.png的差距:平台=Android的差距:密度=LDPI/>
<差距:飞溅SRC =扑通/安卓/ mdpi.png的差距:平台=Android的差距:密度=MDPI/>
<差距:飞溅SRC =扑通/安卓/ hdpi.png的差距:平台=Android的差距:密度=华电国际/>
<差距:飞溅SRC =扑通/安卓/ xhdpi.png的差距:平台=Android的差距:密度=xhdpi/>
 

解决方案

可以有许多不同的屏幕尺寸,由于安卓有没有固定的标准尺寸,以便为指导,您可以用最小的屏幕尺寸,这是由提供谷歌。

据谷歌统计了广大LDPI显示器的小屏幕和广大MDPI,华电国际,xhdpi和xxhdpi显示的是正常大小的屏幕。

  • XLARGE屏幕至少960dp x 720dp
  • 在大屏幕至少640dp x 480dp
  • 在标准屏幕至少470dp x 320dp
  • 在小屏幕至少426dp x 320dp

您可以查看谷歌的仪表板设备的相对大小的统计数据是可以在这里

在多个屏幕上的更多信息可以在这里找到

I have to design splash screens(images that fit screen while loading) for android application using phonegap. I have to design 4 size images that fit for 4types of screens like ldpi, mdpi , hdpi, xhdpi . Can anyone tell me exact sizes in pixels for these screens so I can design in that size ?

Example answer :

ldpi - 1024X768 px
mdpi  - 111 X 156 px  

 We support ldpi, mdpi, hdpi and xhdpi displays; the following will define splash screens for each specific screen type.

<gap:splash src="splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
<gap:splash src="splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
<gap:splash src="splash/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
<gap:splash src="splash/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />

解决方案

There can be any number of different screen sizes due to Android having no set standard size so as a guide you can use the minimum screen sizes, which are provided by Google.

According to Google's statistics the majority of ldpi displays are small screens and the majority of mdpi, hdpi, xhdpi and xxhdpi displays are normal sized screens.

  • 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

You can view the statistics on the relative sizes of devices on Google's dashboard which is available here.

More information on multiple screens can be found here.

这篇关于Android的闪屏尺寸为LDPI,MDPI,华电国际,xhdpi显示器? - 如:1024X768像素LDPI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆