-
Notifications
You must be signed in to change notification settings - Fork 2
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
[fix] 1차 QA 반영 -다은 #134
[fix] 1차 QA 반영 -다은 #134
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.
수고했삼요!
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.
고생핑❤
@@ -42,6 +43,11 @@ class PingleEditText @JvmOverloads constructor( | |||
|
|||
val hint = getString(R.styleable.pingleEditText_hint) | |||
binding.etEditText.hint = hint | |||
|
|||
val maxLength = getInt(R.styleable.pingleEditText_maxLength, -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.
쩐다.. maxLength 어떻게 하나 했나 했는데 이렇게 하는 거였군요
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.
한번도 attrs를 써본 적이 없어서 방금 검색해봤는데요.. 보통 커스텀 위젯을 사용할 때에만 사용하는 속성인 거 맞나요?
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 📸
HD20240114_230017.1.mp4
HD20240114_230103.1.mp4