Skip to content

Conversation

yeran27
Copy link

@yeran27 yeran27 commented Jul 1, 2025

늦게 제출하여 정말 죄송합니다...

Copy link

@JaeYoung290 JaeYoung290 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드가 일부 누락된 것으로 보여서 한 번 확인 부탁드려요!

app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="150dp"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

150dp 대신에 horizontal_bias를 통해 위치를 조정하시는 방식을 추천드립니다

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="로그인"
android:backgroundTint="#462679"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

color도 resource사용을 권장드립니다

app:layout_constraintTop_toBottomOf="@id/text_login_title"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginTop="120dp"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마찬가지로 bias로 조정하시는 것을 추천드립니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants