-
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
#54 [ui] 행복루틴 삭제하기 뷰 #61
Conversation
…py-delete-view # Conflicts: # app/src/main/res/values/strings.xml
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.
고생고생 왕 고생했습ㄴ디ㅏ. 근로가서도,,일하는 당신
android:layout_marginEnd="20dp" | ||
android:layout_marginBottom="34dp" | ||
android:background="@drawable/shape_red_fill_12_rect" | ||
android:text="루틴을 삭제할래" |
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.
수고하셨습니당!!
…py-delete-view # Conflicts: # app/src/main/java/com/sopetit/softie/ui/happyroutine/progress/HappyProgressFragment.kt
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.
조금만 더 수정해봅시다
isDrawable = true, | ||
imageDrawable = R.drawable.ic_bear_face_crying, | ||
imageUri = "", | ||
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.
여기 스트링 있네요~
doBtnAction = { | ||
snackBar( | ||
binding.root.rootView, | ||
"행복루틴을 삭제했어요" |
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.
스트링 마찬가지입니다
binding.btnHappyProgressClear.setOnClickListener { | ||
} |
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.
혹시 이 친구는 setOnClickListener안에 아무것도 없는데 왜 써주신 건가요?
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.
버튼을 누르면 바텀시트를 실행시킬 예정으로 비워둔 부분인데, 함수를 사용해서 없어진 부분을 고려못했습니다. 지금 수정하겠습니다!
…ui-happy-delete-view # Conflicts: # app/src/main/java/com/sopetit/softie/di/RepositoryModule.kt # app/src/main/java/com/sopetit/softie/di/RetrofitServiceModule.kt
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 놓아줄 때가 왔다!
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_20240117_002127.mp4
💬 To Reviewers