I have a fragment with a toolbar and a recyclerView inside it.
I am populating the recyclerView with dummy data and then try to show them. For some reason, the last
I had similar problem. Adding android:minHeight="?attr/actionBarSize" to CollapsingToolbarLayout helped.
android:minHeight="?attr/actionBarSize"