-
Notifications
You must be signed in to change notification settings - Fork 0
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
마이페이지 레이아웃 #57
마이페이지 레이아웃 #57
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.
@AnMyungwoo94 명우님 수고하셨습니다🙃
app:layout_constraintTop_toBottomOf="@+id/mcv_day_calender" /> | ||
|
||
<androidx.recyclerview.widget.RecyclerView | ||
android:id="@+id/rv_my_list" |
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.
rv_my_study_list
로 변경하면 더 좋을 것 같습니다!
app:layout_constraintTop_toTopOf="@id/tv_profile_name" /> | ||
|
||
<com.prolificinteractive.materialcalendarview.MaterialCalendarView | ||
android:id="@+id/mcv_day_calender" |
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.
mcv
로도 충분하지 않을까라는 생각이 듭니다!
android.nonTransitiveRClass=true | ||
android.enableJetifier=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.
https://developer.android.com/jetpack/androidx/migrate
머터리얼 캘린더뷰 문제가 많네요..😱
enableJetifier 이 플래그를 사용하면 빌드 시간이 느려질 수 있다고 합니다!
근데 또 이게 없으면 빌드가 안되고 어떻게 해야 될까여..
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.
저도 많이 찾아봤는데 ㅠㅠ 이게 오래된거라 안드로이드X와 호환이 되지 않는 것 같습니다 ㅠㅠ
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.
https://github.com/kizitonwose/Calendar
아니면 이걸로 라이브러리를 바꿀까요..?
이거는 업데이트가 꾸준히 되는 것 같아요
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.
@AnMyungwoo94 명우님 수고하셨습니다😊
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.
명우님 수고 많으셨습니다😊
작업 내용
체크리스트
기타
캘린더뷰 링크입니다.
https://github.com/prolificinteractive/material-calendarview
최신 버전은 2.0.1이 나온지 오래 되어서 현재 안드로이드 스튜디오에서는 xml에서 랜더링이 되지 않습니다.
많은 사람들이 겪고 있는 문제지만 해결은 5-6년전을 마지막으로 해결사항이 없나봅니다!
prolificinteractive/material-calendarview#876
xml에서 캘린더뷰 보고 싶으시다면 1.4.3, 1.6.0버전으로 낮추면 잘 나옵니다!