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.
我有一个查询。
我为多个设备做了不同的布局。
例如。
layout-sw720dp // 10寸平板 layout-sw600dp // 7寸平板
如果设备是 620dp,那么 android 会选择哪个布局。
对于以编程方式检查设备将在运行时拾取的布局的通用方法,您可以使用上一个 SO question中的解决方法。