我试图使用相对布局而不是约束布局,但是当我将XML文件头更改为相对布局时,所有工具都停留在顶部。
<android.support.constraint.ConstraintLayout
</android.support.constraint.ConstraintLayout>
当我将其更改为相对布局时,所有按钮和textview都移到左上角。
<RelativeLayout
</RelativeLayout>
由于我是android studio的新手,所以我无法理解。