Scroll behavior in nested RecyclerView with horizontal scroll
问题 I have to create vertical RecyclerView with nested horizontal RecyclerView in every item. Everything is within CoordinatorLayout . When I scroll by tapping outside nested RecyclerView toolbar hides, but when I scroll parent Recycler by tapping on nested one toolbar stays. Any help would be appreciated. Here is my xml layouts: main_activity.xml: <android.support.design.widget.CoordinatorLayout ...> <FrameLayout android:id="@+id/fragment_frame" ... android:fitsSystemWindows="true" app:layout