Using cheesesquare - android support library example is it possible to make the Header ImageView scroll-able?
ImageView
I found a workaround by embedding the imageView in a NestedScrollView:
But I haven't tested it in prod as I met another issue with the fling to top gesture which is interrupted when the recyclerview reaches the top ( as explained in the bug report).