1
當您創建blank_acitivity
時,它會爲您提供ConstraintLayout
。應該如何刪除它。我知道我可以高度ConstraintLayout
並做一個重命名重構,或者我應該刪除一些代碼,如果我想將其更改爲或LinearLayout
(我似乎無法刪除它而不刪除它)?如何更改Android Studio默認佈局
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
</android.support.constraint.ConstraintLayout>