-
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
[UI/#191] 공고 상세 뷰 / 2차 UI로 전면 수정 #215
Conversation
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.
수고하셨습니다~ LGTM👍
), | ||
horizontalAlignment = Alignment.CenterHorizontally, | ||
modifier = modifier | ||
.padding( |
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.
이 부분은 불필요한 것 같네요!!
그리고 왜 여기에 인자로 받은 modifier를 사용하신건가요??
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.
삭제했습니당!!!1감사해요
horizontalArrangement = Arrangement.spacedBy( | ||
0.dp, | ||
Alignment.CenterHorizontally | ||
), |
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.
Arrangement.Center
로 대체 가능하지 않나요?
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.
UI 바뀐 거 반영하느라 수고많았습니당!!!!
Column( | ||
modifier = Modifier | ||
.fillMaxWidth(), | ||
) { | ||
Row( | ||
modifier = modifier | ||
.background( | ||
color = TerningSub3, | ||
shape = RoundedCornerShape(size = 5.dp) | ||
), |
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.
매개변수로 전해준 modifier는 최상위인 Column에만 적용하는 게 좋을 것 같다는 생각이 드네요..!
modifier = Modifier.padding( | ||
horizontal = 19.5.dp, | ||
vertical = 1.5.dp |
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.
네엥..! 피그마대로 일단 반영해두었습니당 ㅠㅠㅠ
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.
파일 네이밍이 살짝 모호한 것 같은데 단순 view라면 어디서 쓰이는지 앞에 표시해주면 좋을 것 같아요!
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.
헉 조회수를 뜻하는 의미에서 view 라고 칭했는데 더 구체적으로 수정하겠ㅅ습니도
⛳️ Work Description
📸 Screenshot
191.mp4
📢 To Reviewers