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 应用程序。如果可以按比例放大以适应屏幕,大布局在平板电脑 (xlarge) 上也会看起来很棒。
我是否必须手动创建 xlarge 布局,或者有什么方法可以通过例如扩大大型布局。200%?
您不必手动创建布局。可以使用android提供的屏幕兼容模式。当然,需要注意的是您的应用程序是否适合它。
有关如何启用它的更多信息,请参阅此页面。