Skip to content
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/#60] 카드 커스텀 뷰 앞면 클릭 리스너 추가 #61

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

unam98
Copy link
Collaborator

@unam98 unam98 commented Jan 20, 2024

📌 개요

✨ 작업 내용

  • 리스너 추가
  • isModify, isModifyDetail 속성 true/false 값에 따라 수정 관련 이미지뷰 visibility 일괄 조정

image

✨ PR 포인트

📸 스크린샷/동영상

default.mp4

@unam98 unam98 added 우남 FEAT 새로운 기능 구현 labels Jan 20, 2024
@unam98 unam98 self-assigned this Jan 20, 2024
Copy link
Collaborator

@Mnseo Mnseo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

컴포즈에 적용중인데 다크/라이트 모드 잘 바뀝니다 고생하셨어요 ✔️

val ivEditJob: ImageView by lazy { findViewById(R.id.ivEditJob) }
val ivEditArea: ImageView by lazy { findViewById(R.id.ivEditArea) }

var isModify: Boolean = false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨👍🏻

Copy link
Member

@blueme0 blueme0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

적용하러 가겠슴다 짱~~ 수고하셨어용 👍🏻👍🏻

@unam98 unam98 merged commit 94e9397 into main Jan 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능 구현 우남
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 커스텀 카드뷰 앞면 클릭 리스너 추가
3 participants