주제
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
'Software > Android' 카테고리의 다른 글
[Android] 에러 - The resource name shouldn't be empty (0) | 2023.03.02 |
---|---|
[Android] Run 중 문제 - Failed to compile values resource file (0) | 2022.09.18 |
[Android] 특수 문자('<', '>') 사용시 에러 - ParseError (0) | 2022.03.18 |
[Android] 경고 - No speakable text present 없애기 (0) | 2022.03.11 |
[Android] 개발자 옵션 켜기 (0) | 2021.10.17 |