I have a RecyclerView with a bunch of custom views which may change height after a while, because they contain ImageViews which load their image as
RecyclerView
ImageView
Google has finally fixed this in support library v23.2. Issue is fixed by updating this line in build.gradle after updating your support repository with the SDK Manager:
build.gradle
compile 'com.android.support:recyclerview-v7:23.2.0'