-
Notifications
You must be signed in to change notification settings - Fork 2
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/#252] QA사항 구현 #260
[FIX/#252] QA사항 구현 #260
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.
역시 ....동민오빠 뭐 건들게 업네요.... 최고!! 수고 마낫어요~!!!!
@@ -56,7 +56,8 @@ | |||
<activity | |||
android:name="com.going.presentation.onboarding.signup.SignUpActivity" | |||
android:exported="false" | |||
android:screenOrientation="portrait" /> | |||
android:screenOrientation="portrait" | |||
android:windowSoftInputMode="adjustResize" /> |
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.
굿굿 요런 기능이 있단 걸 오늘 배웠숩니닥!
@@ -6,15 +6,15 @@ | |||
<string name="to_string">%s</string> | |||
<string name="dummy">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</string> | |||
|
|||
<string name="server_error">서버 통신에 실패했습니다</string> | |||
<string name="server_error">서버 통신에 실패했어요</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.
순해졌어요 !!
@@ -23,7 +23,7 @@ | |||
|
|||
<string name="sign_in_tv_terms">개인정보처리방침</string> | |||
|
|||
<string name="toast_back_pressed">버튼을 한번 더 누르면 종료됩니다</string> | |||
<string name="toast_back_pressed">버튼을 한번 더 누르면 종료돼</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.
헐 머임
수정할게요 ㅋㅋㅋㅋㅋㅋ
).apply { startActivity(this) } | ||
).apply { | ||
startActivity(this) | ||
finish() |
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.
여윽시 디테일 장인 완벽하네요!!!
7 -> R.drawable.img_profile_3 | ||
else -> R.drawable.img_profile_guest |
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="trip_profile_character">나의 여행 캐릭터</string> | ||
<string name="trip_profile_tag">여행 취향 태그</string> | ||
|
||
<!--participant_profilt --> | ||
<string name="participant_profile_btn">여행 캐릭터 검사하러 가기</string> | ||
<string name="participant_profile_common">여행 캐릭터 검사를 아직 진행하지 않았어요</string> | ||
<string name="participant_profile_owner">지금 바로 나를 대신 할 여행 캐릭터를 만나보세요!</string> | ||
<string name="participant_profile_friend_title">%s의 여행 프로필</string> | ||
<string name="participant_profile_friend_title">친구 여행 프로필</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.
요것두 수정 감사합니당 최고최고
@@ -257,7 +257,7 @@ | |||
<string name="edit_trip_info_date">%1$d.%2$d.%3$d</string> | |||
<string name="edit_trip_info_toast_error">시작일을 먼저 입력해 주세요</string> | |||
<string name="edit_trip_info_quit_dialog_title">여행방 나가기</string> | |||
<string name="edit_trip_info_quit_dialog_message">나가기를 하면 정보가 모두 삭제되고,\n 여행 목록에서도 삭제됩니다</string> | |||
<string name="edit_trip_info_quit_dialog_message">나가기를 하면 정보가 모두 삭제되고,\n 여행 목록에서도 삭제돼</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.
최~고
⛳️ Work Description
📢 To Reviewers