ScrollView의 RecyclerView 중첩된 스크롤 해결을 위한 커스텀 CoordinatorLayout 구현
junhyung0927 opened this issue · 1 comments
junhyung0927 commented
CoordinatorLayout은 NestedScrollingParent를 상속 받고 있으므로 behavior을 커스텀해서 스크롤 이슈 해결
-
onInterceptTouchEvent
-
onNestedFling
-
onNestedPreFling
-
onNestedScrollAccepted
-
onNestedScroll
hongbeomi commented
@junhyung0927 요건 어떻게 됐나요?