网址: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多分辨力支持 密度与分辨力
  5. Android的计量单位px,in,mm,pt,dp,dip,sp

随机推荐

  1. [Android Pro] Notification的使用
  2. Android 显示确认对话框
  3. Android File Explorer 展示图片
  4. Android里把View切换圆角的方法
  5. Android(安卓)代码名字-版本号-API级别-N
  6. vs xamarin android 读取rest
  7. [Android]自定义移动网络接入点
  8. Android 获取剪切板第一条数据
  9. Android(安卓)中文 API (40) ―― Rating
  10. android 各版本新特性