Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经将我在Android项目中的布局资源划分到了L layout、layout-large、layout-normal-port-xhdpi-800x480等多个文件夹中。
问题是当我单击(布局)文件夹中的 xml 文件时,该文件夹是它始终以横向打开的默认文件夹;我试图切换到纵向,但它会在 (layout-normal-port-xhdpi-800x480) 文件夹中打开 xml 文件。
如何将默认布局视为纵向而不是横向?
感谢你的帮助。
我建议使用新的布局限定符。
看这里:支持多屏
layout-sw600dp(7 英寸平板电脑) layout-sw720dp(10 英寸平板电脑) 等。
它们都列在那里。