如何在Android Studio上关闭XML标记之前配置间距?

时间:2016-07-11 15:23:00

标签: xml android-studio

申请"重新格式化命令" ( + + L )XML文件Android Studio在关闭标记之前添加空格。

例如,以下代码

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/panic"/>

&#34;重新格式化代码&#34;将成为

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/panic" />

有可能避免这种情况吗?在关闭XML标记之前,我在哪里可以配置空间?

我在MacOSX El Capitan 10.11.5上使用Android Studio 2.1.2。

0 个答案:

没有答案