-
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
#136 [fix] 릴리즈 전 데일리 루틴 이슈 수정 #143
#136 [fix] 릴리즈 전 데일리 루틴 이슈 수정 #143
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 💞
binding.root.rootView, | ||
getString(R.string.daily_routine_add_snack_bar), | ||
(requireActivity() as MainActivity).findViewById(R.id.bottom_navigation_home) |
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.
좋아요! 👍👍
val dp = resources.getDimensionPixelSize(R.dimen.view_margin) | ||
val d = resources.displayMetrics.density | ||
val margin = (dp * d * 1.3).toInt() | ||
|
||
with(binding.vpDailyRoutineAddCard) { | ||
clipChildren = false | ||
clipToPadding = false | ||
offscreenPageLimit = VIEW_PAGE.toInt() | ||
setPadding(margin, PADDING_CARD, margin, PADDING_CARD) | ||
} |
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 = "데일리 루틴을 완료했나요?", | ||
content = "한 번 완료하면 이전으로 되돌릴 수 없어요", | ||
title = getString(R.string.daily_routine_complete), | ||
content = getString(R.string.daily_routine_complete_notice), |
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.
최고~
app/src/main/res/values/strings.xml
Outdated
@@ -148,6 +149,10 @@ | |||
<string name="daily_routine_fin">달성완료</string> | |||
<string name="daily_routine_complete_title">데일리 루틴을 완료했어요!</string> | |||
<string name="daily_routine_complete_subtitle">솜뭉치 1개 획득</string> | |||
<string name="daily_routine_complete">데일리 루틴을 완료했나요?</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.
별 건 아니지만 daily_routine_complete_title 이렇게 수정하시는 건 어떤가요? 는 이미 비슷한 게 있군요,,
그럼 아래 쓰셨던 것 처럼
daily_routine_complete_yet_title
daily_routine_complete_fix_title
대충 이런 식으로 처리해보시는 건 어떨까요?
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.
멋지다 민회야
📑 Work Description
🛠️ Issue
📷 Screenshot
Screen_recording_20240130_144539.mp4
Screen_recording_20240201_161228.mp4
💬 To Reviewers
기본이미지로 박아놓으니까 카드는 로딩 비슷한거 같은데 테마 아이콘은 로딩이 훨 느려진것같슴다..
두번째 영상 완료하기 버튼 누르는 중 입니다..ㅎ