-
Notifications
You must be signed in to change notification settings - Fork 8
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
[AN/USER] 디자인 수정 및 선택 업데이트 룰 추가 (#955) #977
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.
고생하셨습니다!! 질문만 몇개 추가했습니다!!
@@ -122,4 +122,6 @@ | |||
<string name="my_page_delete_account_alert_message">정말 탈퇴 하시겠습니까? 다시 되돌릴 수 없습니다.</string> | |||
<string name="my_page_app_version_format">버전 : %s</string> | |||
|
|||
<string name="tv_empty_stage">아직 라인업이\n공개되지 않았어요</string> |
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.
많은 곳에서 사용되서 tv로 시작한걸로 추측하는데 맞을까요??
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.
컨벤션 맞춰서 all 을 추가하겠습니다!
@@ -23,6 +23,7 @@ class ArtistDetailFestivalViewHolder( | |||
init { | |||
binding.rvFestivalArtists.adapter = artistAdapter | |||
binding.rvFestivalArtists.addItemDecoration(ArtistItemDecoration()) | |||
binding.rvFestivalArtists.itemAnimator = null |
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.
itemAnimator를 null로 했을 때 차이점이 잘 모르겠는데 짧은 설명 부탁드려도될까요??
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.
👍 고생하셨습니다
📌 관련 이슈
✨ PR 세부 내용
디자인 수정 사항
회의에서 나눴던 내용 아이템 너비를 match_parent 줘서 해결했습니다.
바텀 네비게이션 기본이 fade_In fade_out 인데 (제가 만든 커스텀 말고 기본 애니메이션입니다) 이걸 없앴습니다.
노션에 없는 디자인 변경사항
선택 업데이트 룰 추가
-> 2.1.0 으로 올라가면 2.0.X 는 선택 업데이트 대상이다.