-
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
#57 [ui] 데일리루틴 추가하기 바텀시트 #60
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~
registerForActivityResult(ActivityResultContracts.StartActivityForResult()) { result -> | ||
if (result.resultCode == AppCompatActivity.RESULT_OK) { | ||
snackBar(binding.root, getString(R.string.daily_routine_snack_bar)) | ||
} | ||
} |
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.
가자가자 다왔다~
binding.btnDailyRoutineAdd.setOnClickListener { | ||
// TODO 서버통신 구현 후 imageUri 버전으로 수정 | ||
|
||
BindingBottomSheet.Builder().build( |
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_20240115_155718.mp4
💬 To Reviewers
사진이 좀 큰데 어차피 서버에서 받아오는거라 참고만 해주세요!