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: 약속 상세 화면 UI 구현 #959

Merged
merged 9 commits into from
Jan 18, 2025
Merged

design: 약속 상세 화면 UI 구현 #959

merged 9 commits into from
Jan 18, 2025

Conversation

kimhm0728
Copy link
Contributor

@kimhm0728 kimhm0728 commented Jan 17, 2025

🚩 연관 이슈

close #957


📝 작업 내용

  • 로그 화면 UI 수정 (햄버거 버튼 수정, 툴바 수정 등)
  • 약속 상세 화면 UI 구현

🏞️ 스크린샷 (선택)

변경된 로그화면

스크린샷 2025-01-17 오후 8 23 57

상세화면

스크린샷 2025-01-17 오후 8 24 18

가운데 버튼 아이콘이 selector라 미리보기에 적용이 안되네요


"늦지 않으려면" 문구 우측 i 버튼 누르면 나오는 팝업

스크린샷 2025-01-17 오후 8 24 41

문구는 임시로 넣어놨고 나중에 회의때 다시 정해보면 좋을 것 같아요


초대 코드 복사 아이템 (멀티 뷰 타입으로 구현할듯)

스크린샷 2025-01-17 오후 10 07 57

🗣️ 리뷰 요구사항 (선택)

아직 코틀린 코드랑 연결하진 않았고 xml 코드만 짰어요~~
다음 이슈 때 기능 구현하겠습니당
컴포즈 쓰다가 xml 쓰니까 미친 보일러플레이트..

@kimhm0728 kimhm0728 requested a review from haeum808 January 17, 2025 13:17
@kimhm0728 kimhm0728 self-assigned this Jan 17, 2025
Copy link
Contributor

@haeum808 haeum808 left a comment

Choose a reason for hiding this comment

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

변경이 많네요! 정말 고생하셨습니다!

리뷰들은 제안이라 반영 안 해도 괜찮습니다!

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_400_70" />
<corners
android:bottomLeftRadius="0dp"
Copy link
Contributor

Choose a reason for hiding this comment

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

툴팁이 왼쪽으로 나오기 때문에 rectangle_tooltip_left 네이밍 하신건가요?

사용의도는 파일 이름에 없게 "왼쪽 아래가 0dp"의미가 전달되게 짓는건 어떤가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

사용되는 곳이 포함되게 네이밍하는 것보다 재사용성이 좋겠네요!!
rectangle_radius_20dp_without_bottom_XXX 라고 바꿔봤는데 괜찮은가요?
그리고 radius 22dp가 좀 애매한 것 같아서 20dp로 통일했어요! (iOS 피그마에도 20dp로 변경 완) 4d2634f

Copy link
Contributor

Choose a reason for hiding this comment

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

굿굿!

@@ -2,8 +2,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_400_70" />
<corners
android:bottomLeftRadius="30dp"
android:bottomLeftRadius="22dp"
android:bottomRightRadius="0dp"
Copy link
Contributor

Choose a reason for hiding this comment

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

이 파일도 사용의도는 파일 이름에 없게 "오른쪽 아래가 0dp"의미가 전달되게 짓는건 어떤가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

위 코멘트에 반영 커밋 남겼습니다!

<string name="detail_meeting_departure_time">늦지 않으려면</string>
<string name="detail_meeting_departure_time_guide">출발 시간은 대중교통 지연 등을 고려해\n 여유 있게 알려드리고 있어요.</string>
<string name="detail_meeting_departure_time_content">%s에 나가야 해요.\n출발 장소부터 약속 장소까지 %s걸려요.</string>
<string name="detail_meeting_ody">오디?</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

"오디?" 라는 string이 두 곳에서 쓰이고 공통으로 바뀔거 같은데 하나만 사용하는건 어떤가요?

Copy link
Contributor

Choose a reason for hiding this comment

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

<string name="meeting_room_dashboard_button">오디?</string>

strings.xml에서 위 친구는 삭제해도 될까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

와우 꼼꼼히 봐주셔서 고마워요 👍👍

  • "오디?" strings 하나로 합치기 d92ad25
  • 사용하는 않는 아이콘 삭제 8a5ba54

Copy link
Contributor

@haeum808 haeum808 left a comment

Choose a reason for hiding this comment

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

햄버거 바 아이콘이랑 시계 아이콘 삭제해주세요!

@kimhm0728 kimhm0728 merged commit 5ce46a0 into develop Jan 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

design: 약속 상세 화면 UI 구현
2 participants