Android中的度量单位

[b]Android支持以下度量单位:px,in,mm,pt,dp,dip,sp,以下是它们的具体说明:[/b]
[i]You can create common dimensions to use for various screen elements by defining dimension values in XML. A dimension resource is a number followed by a unit of measurement . For example: 10px, 2in, 5sp. Here are the units of measurement supported by Android :[/i]

[quote][b]px(像素):屏幕上的点。[/b]
px –> Pixels – corresponds to actual pixels on the screen .[/quote]
[quote][b]in(英寸):长度单位。[/b]
in –> Inches – based on the physical size of the screen .[/quote]
[quote][b]mm(毫米):长度单位。[/b]
mm –> Millimeters – based on the physical size of the screen .[/quote]
[quote][b]pt(磅):1/72英寸。[/b]
pt –> Points – 1/72 of an inch based on the physical size of the screen .[/quote]
[quote][b]dp(与密度无关的像素):一种基于屏幕密度的抽象单位。在每英寸160点的显示器上,1dp = 1px。[/b]
dp –> Density-independent Pixels – an abstract unit that is based on the physical density of the screen. These units are relative to a 160 dpi screen, so one dp is one pixel on a 160 dpi screen. The ratio of dp-to-pixel will change with the screen density, but not necessarily in direct proportion .Note: The compiler accepts both “dip” and “dp”, though “dp” is more consistent with “sp”.
[b]dip(设备独立像素):与dp相同,不同设备有不同显示效果,多用于android/ophone示例中。[/b][/quote]

[quote][b]sp(与刻度无关的像素):与dp类似,但是可以根据用户的字体大小首选项进行缩放。[/b]
sp –> Scale-independent Pixels – this is like the dp unit, but it is also scaled by the user’s font size preference. It is recommend you use this unit when specifying font sizes, so they will be adjusted for both the screen density and user’s preference [/quote]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值