Android Studio:XML布局中意外的Reformat Code

时间:2019-09-03 09:01:38

标签: android android-layout android-studio-3.5

我现在正在使用Android Studio 3.5,并且在上次更新之后,我观察到XML布局的意外自动格式化。

在我的布局中,我有:

<androidx.constraintlayout.widget.ConstraintLayout ...
<TextView ...
<ImageView ...
<TextView ...
</androidx.constraintlayout.widget.ConstraintLayout>

重新格式化代码Code -> Reformat Code之后 我的布局发生了意外变化:

<androidx.constraintlayout.widget.ConstraintLayout ...
<ImageView ...
<TextView ...
<TextView ...
</androidx.constraintlayout.widget.ConstraintLayout>

问题

  • 这是新AS中的功能吗?那我该如何还原呢?
  • 我更改了某些设置吗?我应该修改什么设置才能还原?

0 个答案:

没有答案