[RESOLVED][RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview compile 'com.android.support:recyclerview-v7:23.2.1'
compile 'com.android.support:recyclerview-v7:23.2.1' //put below code linearLayoutManager.setAutoMeasureEnabled(true); Write this: linearLayoutManager.setAutoMeasureEnabled(true);
Fixed bugs related to various measure-spec methods in update
Check http://developer.android.com/intl/es/tools/support-library/features.html#v7-recyclerview
I have found issue with 23.2.1 library: When item is match_parent recycleviewrecycle view fill fullitemfull item to view, please always go with minheight or "wrap_content".min height or "wrap_content".
Thanks