-
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/#73] 라이팅 수정 #75
[FIX/#73] 라이팅 수정 #75
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~~!!!!!!!!!!
hint: String, | ||
drawLineColor: Color, | ||
helperMessage: String, | ||
helperMessage: Int, | ||
helperColor: 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.
@StringRes
어노테이션 달아주면 더 좋을 것 가타요!
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.
섬세하시다.
@StringRes | ||
val helper: Int = R.string.sign_up_helper, |
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.
요거 줄 안 바꿔도 될 것 같네용
drawLineColor = Grey500, | ||
helper = HELPER, | ||
helper = R.string.sign_up_helper, | ||
helperIcon = null, | ||
helperColor = Grey400, |
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.
수정감사합니당!!!! 최고!!
|
||
<!--calendar--> | ||
<!--Calendar--> | ||
<string name="calendar_text_sunday">일</string> | ||
<string name="calendar_text_monday">월</string> |
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.
구우웃!! 수고하셨어영~
# Conflicts: # feature/src/main/java/com/terning/feature/main/MainNavigator.kt
⛳️ Work Description
📸 Screenshot
전체적 수정
📢 To Reviewers