-
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/#57] 색상 팔레트 #58
[UI/#57] 색상 팔레트 #58
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.
색상 팔레트 뚝딱 만들어주는 형님 짱 ㅠ
options = colorList, | ||
gridCellCount = 5, | ||
onOptionSelected = { color -> | ||
Log.d("CalendarScreen","color: ${colorList.indexOf(color)}") |
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.
로그있음도!
Icon( | ||
imageVector = Icons.Outlined.Check, | ||
tint = Color.White, | ||
contentDescription = "" |
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.
Icons.Outlined.Check 지우고 피그마에 있는 아이콘으로 바꿔주세욤!
tint에도 터닝 테마로 지정 부탁드림ㄷㅇ
modifier = modifier | ||
//.padding(horizontal = 42.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.
색상팔레트 만들어주는 형님 진짜 최고다
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.
석준오빠 최~~고!!!
RadioButtonGroups( | ||
modifier = modifier.size(251.dp, 84.dp), | ||
options = colorList, | ||
gridCellCount = 5, | ||
onOptionSelected = { color -> |
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.
named argument!! 해주세용
그리구 251은,,어디서 쓰이는 걸까여,,,?!!
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
default.mp4
📢 To Reviewers