layout、layout-land和layout-port的区别

http://blog.csdn.net/chuchu521/article/details/8736630


 一般把UI 布局文件放在layout文件夹下,如果要支持橫屏,就会取同名的layout放在layout-land文件夹下。

-res/layout-land 横屏  -res/layout-port 竖屏  -res/layout 默认

 
还有layout-finger, layout-land-finger, finger使用在对手指触摸支持很好的屏幕( finger-friendly touchscree)。平时开发基本不会用到。

你可能感兴趣的:(android)