After update to v23.2.0 in my RecyclerView
I have items with huge empty vertical space, between the items.
My item layout is very simple:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >