网址:https://developer.android.google.cn/guide/topics/resources/more-resources#Dimension

dp 密度无关单位  1dp = 1/160 inch 和物理尺寸做对应

Density-independent Pixels - An abstract unit that is based on the physical density of the screen. These units are relative to a 160 dpi (dots per inch) screen, on which 1dp is roughly equal to 1px. 

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 the user's preference.

pt 1英寸72pt 和物理单位成关系的

Points - 1/72 of an inch based on the physical size of the screen, assuming a 72dpi density screen.

px 像素点 物理单位

Pixels - Corresponds to actual pixels on the screen.

mm 毫米 物理单位

Millimeters - Based on the physical size of the screen.

in 英寸 物理单位

Inches - Based on the physical size of the screen.

更多相关文章

  1. Android(安卓)将单位dip转换为px
  2. Android(安卓)密度转换多分辨率
  3. Android获取屏幕宽和高
  4. Android(安卓)TV开发总结(五)TV上屏幕适配总结
  5. 谈谈Android的一些UI设计
  6. Android之3D物理引擎
  7. Android尺寸单位
  8. Android(安卓)获取屏幕尺寸与密度
  9. Android屏幕适配 重点盘点

随机推荐

  1. 一分钟解决Android 安卓 API版本兼容
  2. Android activity 参数传递
  3. ReactNative调用原生封装的代码和控件
  4. Android: 打印Bundle内容
  5. Android开发人员不得不收集的代码(持续更
  6. Android(安卓)各版本新特性介绍
  7. android 根据res文件夹下(如res/raw)文件
  8. Android Studio 低版本Gradle升级到高版
  9. 第九篇 ANDROID包管理服务机制与架构
  10. Android 4.0 中的Camera