setAnimateParentHierarchy (1) 썸네일형 리스트형 [Android + Kotlin] IllegalStateException: Page(s) contain a ViewGroup with a LayoutTransition (or animateLayoutChanges="true") 에러 수정 요즘 업무가 바쁘다보니, 게시글 작성이 뜸합니다. 방금 간단한 exception 을 잡게되어 짧게 글 작성합니다. RecyclerView 의 adapter에서 item layout에 android:animateLayoutChanges="true" 를 적용하였습니다. 그런데, 아래와 같은 exception이 발생!! java.lang.IllegalStateException: Page(s) contain a ViewGroup with a LayoutTransition (or animateLayoutChanges="true"), which interferes with the scrolling animation. Make sure to call getLayoutTransition().setAnimateParen.. 이전 1 다음