CoordinatorLayout using the ViewPager's RecyclerView
问题 I am using the view CoordinatorLayout from android.support.design . I want to attach the app:layout_behavior to the fragment\'s RecyclerView ? In the example given by Google, they only attach it in the RecyclerView of the same XML file where the CoordinatorLayout was attached. Is there a way to attach CoordinatorLayout to the fragment\'s RecyclerView within the ViewPager ? The sample is in this blog post at Android Developers blog. 回答1: Chris Banes has posted a sample on Github which shows