Android screen size and densities.

本文提供了Android SDK中不同密度与分辨率的模拟器配置详情。覆盖了从低密度到超高清密度的各种屏幕尺寸,如小屏、正常屏、大屏及超大屏,并解释了如何通过设置自定义密度来模拟特定配置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


Table 1. Screen sizes and densities of emulator skins included in the Android SDK and other representative resolutions.

 Low density (120), ldpiMedium density (160), mdpiHigh density (240), hdpiExtra high density (320), xhdpi
Small screenQVGA (240x320) 480x640 
Normal screenWQVGA400 (240x400) WQVGA432 (240x432)HVGA (320x480)WVGA800 (480x800)  WVGA854 (480x854)  600x1024640x960
Large screenWVGA800** (480x800) WVGA854** (480x854)WVGA800* (480x800)  WVGA854* (480x854)  600x1024  
Extra Large screen600x1024768x1024 WXGA (768x1280) 800x12801152x1536 1152x1920  1200x19201536x2048
1536x2560
1600x2560


* To emulate this configuration, specify a custom density of 160 when creating an AVD that uses a WVGA800 or WVGA854 skin.

** To emulate this configuration, specify a custom density of 120 when creating an AVD that uses a WVGA800 or WVGA854 skin.

***Density-independent pixel(dip):dip是一种虚拟的像素单位,专门用来给程序定义UI用,Android高度推荐使用这个,可以为不同的dip设置不同的资源进行自动切换 pixels = dips * (density / 160)即dip相当于屏幕density=160时的一个像素点,density=160时是一个点显示一个像素,而density=240时是3个点显示两个像素,图像看起来大一些,真实像素只有1280*2/3px,800*2/3px。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值