-
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
[FIX/#62] 인턴 공고 컴포넌트 #65
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.
나 우연,윤민인데 추천눌럿다
.height(intrinsicSize = IntrinsicSize.Max) | ||
.padding(10.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.
intrinsicSize 속성은 첨ㅂ네요!!!!
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.
완벽해서 더 달게 없네요 그저 갓벽.
.fillMaxWidth() | ||
.height(intrinsicSize = IntrinsicSize.Max) | ||
.padding(10.dp), | ||
verticalAlignment = Alignment.Bottom |
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.
크,, 결국 해낸 석준오빠 멋있다!!! intrinsicSize이제 마스터 했네여
@Composable | ||
fun TwoLineHeightText( | ||
text: String, | ||
style: TextStyle, | ||
) { | ||
val twoLineHeight = with(LocalDensity.current) { | ||
(style.lineHeight.toDp() * 3) - style.fontSize.toDp() |
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.
텍스트 커스텀까지,,ㄷㄷ
title = "[Someone] 콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인콘텐츠 마케터 대학생 마케터 대학생 인턴 채용 공고", | ||
dateDeadline = "3", |
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.
우왕 최고에요!!
style: TextStyle, | ||
) { | ||
val twoLineHeight = with(LocalDensity.current) { | ||
(style.lineHeight.toDp() * 3) - style.fontSize.toDp() |
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.
이거 생각해낸거 진짜 대박이에요..!!
⛳️ Work Description
📸 Screenshot
로직 수정이라 스샷은 없습니다!
📢 To Reviewers
내부 컴포넌트 크기를 토대로 외부 레이아웃의 크기가 정해지도록 구현했습니다.