在没有这种新的约束布局的情况下,是否可以使用我的android studio?

在没有这种新的约束布局的情况下,是否可以使用我的android studio?,android,android-layout,android-relativelayout,android-constraintlayout,Android,Android Layout,Android Relativelayout,Android Constraintlayout,我学习了Relative和LinearLayout,但现在新升级的android studio 2.3。。自动使用这个我完全不知道的约束布局 为什么约束布局会自动选择我自己项目中需要的内容?有没有办法在没有这些约束布局的情况下使用我的android studio?顺便说一句,很烦人 ConstraintLayout类似于RelativeLayout。ConstraintLayout允许您创建具有平面视图层次结构的大型复杂布局, 以下是约束布局的示例 如果您希望更改默认布局。可以通过编辑默认模板文

我学习了Relative和LinearLayout,但现在新升级的android studio 2.3。。自动使用这个我完全不知道的约束布局

  • 为什么约束布局会自动选择我自己项目中需要的内容?有没有办法在没有这些约束布局的情况下使用我的android studio?顺便说一句,很烦人

  • ConstraintLayout类似于RelativeLayout。ConstraintLayout允许您创建具有平面视图层次结构的大型复杂布局, 以下是约束布局的示例

  • 如果您希望更改默认布局。可以通过编辑默认模板文件来完成此操作,默认模板文件位于:

  • …\Android\Android Studio\plugins\Android\lib\templates\activities

    使用任何文本编辑器将ConstraintLayout替换为RelativeLayout(或您最喜欢的布局!)

    有关详细信息,请参阅此

  • ConstraintLayout类似于RelativeLayout。ConstraintLayout允许您创建具有平面视图层次结构的大型复杂布局, 以下是约束布局的示例

  • 如果您希望更改默认布局。可以通过编辑默认模板文件来完成此操作,默认模板文件位于:

  • …\Android\Android Studio\plugins\Android\lib\templates\activities

    使用任何文本编辑器将ConstraintLayout替换为RelativeLayout(或您最喜欢的布局!)


    有关详细信息,请参阅此

    只需使用其他布局覆盖自动生成的xml,其中包含constraintLayout….只需使用其他布局覆盖自动生成的xml,其中包含constraintLayout。。。。