-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TNT-103] 로그인 화면 UI 구현 #27
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.
고생하셨습니다~!🔥
Text( | ||
text = stringResource(R.string.continue_with_kakao), | ||
style = TnTTheme.typography.body1Medium, | ||
) |
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.
꼼꼼하게 봐주셔서 감사합니다 :)
<string name="nice_to_meet_you">만나서 반가워요!</string> | ||
<string name="trainer_trainee_chemistry_boom">트레이너와 트레이니\n케미 터트리기</string> | ||
<string name="continue_with_kakao">카카오로 계속하기</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.
옹 스트링 리소스 이름 지으실 때 내용 기반으로 하시나요?
저는 보통 해당 문자열이 쓰이는 화면에서의 역할과 연관 지어서 아래처럼 작성했습니다!
<string name="login_title">만나서 반가워요!</string>
<string name="login_subtitle">트레이너와 트레이니\n케미 터트리기</string>
모듈 별로 strings를 따로 관리해야 한다고 하니 내용 기반으로 네이밍하는 방식이 직관적이고 좋을 것 같네요!
회원가입 모듈 분리하면서 이름도 수정해보겠습니다
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.
넵넵 사실 앞에 사용하는 '화면' 을 명시하게 되면 그 화면 내에서만 쓸 수 있도록 강제되는 면이 있어서
저는 개인적으로 내용 기반으로 작성하는 편입니다!
📝 작업 내용
TnTModalBottomSheet
TnTDivider
📸 실행 화면
default.mp4
🙆🏻 리뷰 요청 사항
👀 레퍼런스