-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
|
||
override fun onResume() { | ||
super.onResume() | ||
dialog?.window?.setLayout( |
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.
이 부분은 왜 onResume()에 작성하는지 궁금합니당
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.
다이얼로그의 속성을 가져와서 사이즈를 재정의할 수 있는 생명주기라고 합니다!!
열심히 이유를 찾아봤는데 잘 안 나오네요.... ㅠㅠ
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.
수고하셨씁니다!!!!!!! 요긴하게 dialog 쓸게욤.
🎀 Related Issues
close #20
🤔 What Did You Do