주제

 

Constraintlayout에서 객체를 가운데 위치하도록 설정히기

 

 

 해결

 

안드로이드 스튜디오에서 새프로젝트 Empty Activity로 만들고 xml 코드를 확인하면 된다.

 

app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"

 

 

 출처

 

Android Studio

New Project> Empty Activity

 

 

728x90

+ Recent posts