找不到 ConstraintLayout 的属性

Cannot find ConstraintLayout's properties

我是 android 的新人。我决定使用 ConstraintLayout。但我无法找到如何打开视图的属性。编辑器中没有任何选项卡。 我使用 Android studio 3.0.1。

There isn't any tab in the editor.

xml 文件

中的文本有设计选项卡

移至下面的“设计”选项卡,然后任何textview/widget拖到布局

现在,只需单击那个 textview/widget它将显示所有属性 ,您可以从那里更改,无需在 xml 文件中更改手动它也会反映在那里。

它在 SplitMode 中可用

我正在使用 Android Studio-4。我没有在 Design 模式的属性选项中找到它。

Click on Split and then attribute tab will appear

Final Step