-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 페이지연동, 정규식 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
KimEuiSoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
부족한 점도 많았지만 수고많으셨습니다.
나머지 부분도 화이팅해주세요^^
app/src/main/java/com/example/daejangjung2/feature/auth/login/LoginFirstActivity.kt
Show resolved
Hide resolved
app/src/main/java/com/example/daejangjung2/feature/auth/login/LoginFirstActivity.kt
Show resolved
Hide resolved
app/src/main/java/com/example/daejangjung2/feature/auth/login/LoginFourthActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/example/daejangjung2/feature/auth/login/LoginFourthActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/example/daejangjung2/feature/auth/signup/SignupFirstActivity.kt
Show resolved
Hide resolved
| <Button | ||
| android:id="@+id/btn_kakao_login" | ||
| android:layout_width="355dp" | ||
| android:layout_width="match_parent" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
match_parent를 쓰게되면 부모의 규격에 따라 크기가 최대 크기로 정해지기 때문에
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
해당 xml들이 적용이 되지 않아 맞춰지지 않기 때문에 match보다는 wrap이나 0dp를 씁시다.
* refactor: 코드 분리 * refactor: 코드 분리 * feature: 로그인 연동 성공
# Conflicts: # app/src/main/java/com/example/daejangjung2/feature/auth/login/LoginActivity.kt
* feature: 지도 경로 분할 및 지도 그리기 * feature: 뉴스 연동 완료 * docs: ignore 추가
* feature: 날씨 연동 * feature: 날씨 연동
* feat : 커뮤니티 수정 * feat : 커뮤니티 수정 * feat : 커뮤니티 수정 * feat : 커뮤니티 수정 * feat : 커뮤니티 수정 * feat : 커뮤니티 수정 * feat : 커뮤니티 수정
# Conflicts: # app/src/main/java/com/example/daejangjung2/app/DaejangjungApplication.kt # build.gradle.kts # settings.gradle.kts
No description provided.