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

[둘리] 뷰 챌린지 미션 3단계 제출합니다. #51

Merged
merged 7 commits into from
Oct 12, 2023

Conversation

hyemdooly
Copy link

부나 하이요~
필수 요구사항 모두 만족했고 선택 요구사항은 태블릿 세로버전을 ConstraintLayout으로만 구현하는 것만 만족했습니다.

다크모드

values-night를 만들어 다크모드의 theme를 재정의해줬습니다!

태블릿 세로버전 - ConstraintLayout으로만 구현하기

사실 미션의 의도가 이게 맞는지 모르겠지만!
GuideLine을 이용해서 구현했어요. layout_constraintGuide_percent이라는 속성으로 화면의 몇 퍼센트에 가이드라인을 둘 수 있습니다!
Default 경우에는 0.0, 1.0(0%, 100%)에 가이드라인이 있고, 태블릿의 세로 버전의 경우에는 0.2, 0.8에 가이드라인이 있도록 만들었어요.
이 상수는 dimens에 선언되어 있습니다. Default dimens의 경우 0.0, 1.0이지만 태블릿을 의미하는 sw600dp의 dimens는 0.2, 0.8로 선언되어 있어요~!
따라서 각 화면에 맞는 dimens를 꺼내씀으로써 태블릿의 세로 버전에서는 좁게 보여지게 됩니다!

스크린샷

@hyemdooly hyemdooly self-assigned this Oct 11, 2023
Copy link

@tmdgh1592 tmdgh1592 left a comment

Choose a reason for hiding this comment

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

안녕하세요 둘리!
빠르게 미션 완료해주셨네요~
코드 변경과 피드백드릴 부분이 많이 없어서 질문 위주로 코멘트 남겼습니다! 😃

Copy link

@tmdgh1592 tmdgh1592 left a comment

Choose a reason for hiding this comment

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

피드백 반영하시느라 고생하셨습니다 둘리!
�남겨주신 코멘트에 대한 답변을 작성해두었어요.
별도로 변경할 부분이 보이지 않아 approve 하겠습니다 👍

@tmdgh1592 tmdgh1592 merged commit 8e760b0 into woowacourse:hyemdooly Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants