Skip to content
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

[Design/#32] 계정관리, 회원탈퇴 화면 UI 구현 #34

Merged
merged 11 commits into from
Jul 10, 2023

Conversation

ss99x2002
Copy link
Member

🎀 Related Issues

close #32

🤔 What Did You Do

  • 계정관리 화면 UI 구현
  • 회원탈퇴 화면 UI 구현
  • Bottom navigation 수정
  • setting switch 디자인 적용

Copy link
Contributor

@yeoncheong yeoncheong left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!
스위치 커스텀이 마음대로 되지 않았을텐데 정말 고생하셨습니다 👍👍
코리만 반영하고 바로 머지하셔도 됩니다!

Comment on lines 11 to 13
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
Copy link
Contributor

Choose a reason for hiding this comment

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

백그라운드 색상이 빠졌습니다!

Comment on lines 11 to 13
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
Copy link
Contributor

Choose a reason for hiding this comment

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

여기도 백그라운드 색상 추가해주세요~

android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="26dp"
android:text="계정 관리"
Copy link
Contributor

Choose a reason for hiding this comment

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

텍스트 추출 해주세요!

@ss99x2002 ss99x2002 merged commit 3ea4ddf into develop Jul 10, 2023
@ss99x2002 ss99x2002 self-assigned this Jul 10, 2023
@ss99x2002 ss99x2002 added design UI 추가 및 수정 서현 labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design UI 추가 및 수정 서현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Design] 계정관리, 회원탈퇴 화면 UI 구현
2 participants