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

[ui] 마이페이지 / V2 디자인 구현 #241

Merged
merged 10 commits into from
Feb 7, 2024
Merged

Conversation

sxunea
Copy link
Contributor

@sxunea sxunea commented Feb 5, 2024

📝 Work Description

  • 상단 세이버 포함 사용자 프로필
  • 100일간의 절약
  • 2주간의 절약, 낭비 타이틀

📸 Screenshot

Screen_Recording_20240206-072247_Winey.mp4

📣 To Reviewers

  • 2주간의 절약, 낭비는 애니메이션이라 따로 구현할게요 ! bindingAdapter 사용할 텍스트들은 일단 하드코딩해두었어요

  • 100일간의 절약 아이템 4개부분 유동적일 계획 없다고해서 일반 레이아웃으로 구현할 예정인데

    • include 태그를 쓰면 각 아이템마다 src, text를 다르게 지정하는 게 불가능해서 같은 코드를 4번써야 하나 고민중인데 다른 아이디어 있으면 부탁합니다 (findViewById는 좀그래서)
  • V2 서버 연결 & 마이페이지 기능 구현 -> 2주간 절약, 낭비 애니메이션 -> 설정 순으로 구현예정입니다

@sxunea sxunea added ui 🎨 UI 관련 작업 혜선 🐱 labels Feb 5, 2024
@sxunea sxunea self-assigned this Feb 5, 2024
Copy link
Member

@leeeha leeeha 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_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/l_mypage_item_coffee"
app:layout_constraintTop_toTopOf="parent" />

Copy link
Member

Choose a reason for hiding this comment

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

이 블로그 보니까 데이터 바인딩 이용하면, include 태그 사용하면서도 내부 데이터는 바꿀 수 있더라구요! 참고해서 구현하면 좋을 거 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

헉 처음 알았네요 서버 연결할때 저 방식으로 바꿔서 PR 올려볼게요 감사합니다 💯

@sxunea sxunea merged commit fbab016 into develop Feb 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui 🎨 UI 관련 작업 혜선 🐱
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ui] 마이페이지 / V2 화면 디자인 구현
2 participants