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.
我的应用程序将只是风景。但是每次我开始编辑布局时都需要将 xml 布局编辑器设置为横向模式。如何让我的 xml 布局编辑器始终保持横向模式?
您必须在景观变化上构建布局。 图片
所以你可以在 android studio xml 设计的顶部栏上选择这个。
您可以完全按照@alireza daryani 的建议进行操作。
layout.xml
Create landscape variation
“创建横向变化”将layout-land在您的项目中创建一个文件夹,以便 Android Studio 知道这些布局应在横向模式下预览。到此文件夹中将精确复制您的原始布局。就我而言,我只是想要我的应用程序的横向布局,所以我删除了起源。完美运行。
layout-land