Layout 선언시 xmlns 은 무엇인가?
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="<http://schemas.android.com/apk/res/android>"
xmlns:app="<http://schemas.android.com/apk/res-auto>"
android:layout_width="match_parent"
android:layout_height="match_parent">
gravity : 모든 View 들의 공통된 속성
layout_gravity : 모든 layout 들의 공통된 속성
여유공간 속에서 뷰의 위치를 정렬.
설정값은 gravity 와 같다