如何支持多种屏幕尺寸的latout文件

时间:2016-06-23 13:33:34

标签: android layout

    Issue:
     **how to create layout support all screen size** 
   values
   values-sw320dp (... to 4'')
   values-sw480dp (5'' to 5,5'')
   values-sw600dp (7'' to 10'')
   values-sw720dp (10'' to ...)
   what should be the correct ratio above folder i have to use

https://developer.android.com/guide/practices/screens_support.html

1 个答案:

答案 0 :(得分:0)

我个人建议sdp library

因为这个库本身管理所有,你只需要传递ex @dimen/_50sdp的维度值,这将管理所有。

根据文件:

  

此尺寸单位随屏幕尺寸而变化。它可以帮助Android开发人员支持多个屏幕。