4 월 2017에 작성된 Android Studio 2.3.1에서 제 1 LinearLayout 위에 제 2 LinearLayout을 배치 할 수 없습니다.Android Studio 2.3.1의 ConstraintLayout 아래에 레이아웃 맞춤 센터
은 여기 내 두 번째 레이아웃입니다 : 나는에 구성 요소 트리> '오른쪽 클릭'으로 이동했다
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:layout_gravity="center_horizontal"
android:gravity="center_vertical|center_horizontal|center"
android:orientation="vertical"
android:padding="30dp"