CoordinatorLayout inside another CoordinatorLayout
问题 CorodinatorLayout inside another CoordinatorLayout such that scrolling the child-view should also scroll the Parent CoordinatorLayout . I have a coordinatorLayout with ViewPager that contains different Fragment such that on Scroll will hide the tabLayout I have another coordinatorLayout that has a viewPager . This fragment is inflated in ViewPager of parent fragment(parent Coordinator layout ). The problem is onScrolling the child fragment in childViewpager only reflects in coordinator layout