-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] 상품 상세 뷰 구현 #27
Conversation
# Conflicts: # app/src/main/java/org/sopt/kream/data/service/ProductService.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.
커스텀하신거 진짜 감탄하면서 봤습니다... 최고에욤!! 정말 수고하셨습니다!! 마지막까지 파이팅❤️
|
||
companion object { | ||
const val MEMBER_ID = 1 | ||
} |
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.
크크 상수화 잘 하면 가독성이 더 높아지는 것 같숨니다
tvProductDetailInfoAdditionalContent.text = productDetailInfoModel.additionalContent | ||
ivProductDetailInfoAdditionalContent.visibility = if (productDetailInfoModel.additionalContent.isNullOrEmpty()) View.INVISIBLE else View.VISIBLE | ||
(viewProductDetailInfo.layoutParams as? ViewGroup.MarginLayoutParams)?.run { | ||
marginStart = productDetailInfoModel.productDetailInfoType.margin.toPx() |
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.
맞숩니당 ~ 아이템마다 마진 값이 달라서 여기서 설정해 주었어요
Related issue 🛠
Work Description ✏️
Screenshot 📸
Screen_recording_20240523_171142.mp4
Uncompleted Tasks 😅
To Reviewers 📢