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/#20] 메인 뷰 다이얼로그 화면 UI 구현 #23

Merged
merged 9 commits into from
Jul 9, 2023

Conversation

yeoncheong
Copy link
Contributor

🎀 Related Issues

close #20

🤔 What Did You Do

  • InviteCodeFragmentDialog 화면 UI 구현
  • ConfirmAnswerFragmentDialog 화면 UI 구현

⁉️ etc

  • 다이얼로그와 관련된 layout을 전부 만들어두었으니 가져다가 사용하시면 됩니다!

@yeoncheong yeoncheong added design UI 추가 및 수정 연진 labels Jul 9, 2023
@yeoncheong yeoncheong requested a review from ss99x2002 July 9, 2023 15:14
@yeoncheong yeoncheong self-assigned this Jul 9, 2023

override fun onResume() {
super.onResume()
dialog?.window?.setLayout(
Copy link
Member

Choose a reason for hiding this comment

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

이 부분은 왜 onResume()에 작성하는지 궁금합니당

Copy link
Contributor Author

Choose a reason for hiding this comment

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

다이얼로그의 속성을 가져와서 사이즈를 재정의할 수 있는 생명주기라고 합니다!!
열심히 이유를 찾아봤는데 잘 안 나오네요.... ㅠㅠ

Copy link
Member

@ss99x2002 ss99x2002 left a comment

Choose a reason for hiding this comment

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

수고하셨씁니다!!!!!!! 요긴하게 dialog 쓸게욤.

@yeoncheong yeoncheong merged commit 1f60a82 into develop Jul 9, 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