2016-03-04 146 views

回答

2

the documentation的定义表示在dp

  • xlarge屏幕是至少960dp X 720dp
  • large屏幕是至少640dp X 480dp
  • normal屏幕是至少470dp x 320dp
  • small屏幕至少为426dp x 320dp

英寸有160dp。所以,你会得到:

  • xlarge屏幕是至少6" ×4.5"
  • large屏幕是至少4" ×3"
  • normal屏幕是至少〜2.9" ×2"
  • small屏幕至少约2.7“x 2”
0

这是旧信息。请参考以下链接:http://developer.android.com/guide/practices/screens_support.html

A set of four generalized sizes: small, normal, large, and xlarge 

Note: Beginning with Android 3.2 (API level 13), these size groups are deprecated in favor of a new technique for managing screen sizes based on the available screen width. 

但这里有大小:

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