Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1주차 미션 제출합니다.
ViewBinding을 적용하여 각 감정 우표 클릭 시 하단 텍스트의 색상이 변경되도록 이벤트를 처리했습니다.ConstraintLayout을 사용하여 위젯들을 화면 정중앙에 배치했습니다.처음엔 이미지뷰에 글자색 변경 명령(setTextColor)을 내려서 에러가 났으나, UI를 분리하여 해결했습니다.
안드로이드에서 투명도를 코드로 줄 때 Figma처럼 1을 쓰면 안 되고, Color.argb에서 255를 줘야 완전 불투명이 된다는 것을 새롭게 배웠습니다.
상세한 에러 해결 과정은 노션 워크북에 정리해 두었습니다!