Open
Conversation
AyoungSe0
reviewed
Mar 20, 2026
| .clip(CircleShape) | ||
| ) | ||
| } | ||
| Box( |
There was a problem hiding this comment.
바깥 Box 없이 Column 만으로도 충분히 같은 디자인 구현하실 수 있습니다!
| import androidx.compose.foundation.layout.Arrangement | ||
| import androidx.compose.foundation.layout.Box | ||
| import androidx.compose.foundation.layout.Column | ||
| import androidx.compose.foundation.layout.Row |
There was a problem hiding this comment.
불필요한 임포트 정리하는 단축키:
Windows/Linux: Ctrl + Alt + O
macOS: Option + Command + O
| @@ -17,11 +17,13 @@ | |||
| import androidx.compose.foundation.shape.CircleShape | |||
There was a problem hiding this comment.
불필요한 임포트 정리하는 단축키:
Windows/Linux: Ctrl + Alt + O
macOS: Option + Command + O
| ) { | ||
| Column( | ||
| Modifier.padding(top = 20.dp, start = 20.dp), | ||
| verticalArrangement = Arrangement.spacedBy(1.dp) |
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. 미션
각 주차에 해당하는 미션 체크리스트
2. 구현에 대한 설명
Box 내부에 Column과 Box 함수를 사용.
사진은 Image 함수를 통해 불러왔으며,
텍스트는 Text 함수를 통해 출력.
3. 스크린샷 & 실행영상
실행영상이 있다면 실행영상을, 없다면 스크린샷 첨부
4. 기타
기타 문의사항이나 질문사항, 그 외 하고싶은 말