gpt4 book ai didi

java - 多行布局参数(android)

转载 作者:搜寻专家 更新时间:2023-11-01 08:13:39 25 4
gpt4 key购买 nike

是否可以配置 Eclipse 以生成布局参数,每个参数在不同的行中?即:

<LinearLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/linearLayout1"
android:orientation="vertical">
</LinearLayout>

而不是

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/linearLayout1" android:orientation="vertical">

提前致谢

最佳答案

是的,你可以,我自己讨厌这个,所以去寻找偏好:-)

Eclipse > 窗口 > 首选项 > XML > XML 文件 > 编辑器

这就是你想要的“在新行上拆分多个属性”

Preferences

现在当您想要格式化它时,CTRL+A(全选)然后 CTRL+SHIFT+F(这将格式化您的 XML)

关于java - 多行布局参数(android),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7033161/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com