-
Notifications
You must be signed in to change notification settings - Fork 3
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/#372] Profile / 프로필 배너 설정 #375
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~~!!
|
||
if (viewModel.profileBanner.isAvailable) { | ||
binding.ivProfileBanner.load(viewModel.profileBanner.imageUrl) | ||
binding.ivProfileBanner.setOnSingleClickListener { bannerClick(viewModel.profileBanner.redirectUrl) } |
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.
coil 사용 좋네요 ~~~!
android:layout_height="wrap_content" | ||
android:layout_marginHorizontal="16dp" | ||
android:layout_marginTop="10dp" | ||
android:adjustViewBounds="true" |
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
📸 Screenshot
📢 To Reviewers