Android collapsing toolbar with RecyclerView
问题 I am attempting to use the collapsing toolbar in conjunction with a RecyclerView , most examples of collapsing toolbar that I can find are usually with a static scrollview and the few I have found with a RecyclerView don't work, has anyone been able to make this work? I will include my xml code below: <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/tools"