Skip to main content
added 11 characters in body
Source Link
Chintan Khetiya
  • 16.2k
  • 9
  • 53
  • 85

[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

[RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview compile 'com.android.support:recyclerview-v7:23.2.1'

//put below code 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 recycleview fill fullitem to view, please always go with minheight or "wrap_content".

Thanks

[RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview

 compile 'com.android.support:recyclerview-v7:23.2.1' 

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 recycle view fill full item to view, please always go with min height or "wrap_content".

Thanks

added 169 characters in body
Source Link
Bhaval Patel
  • 409
  • 1
  • 5
  • 13

[RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview compile 'com.android.support:recyclerview-v7:23.2.1'

//put below code 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 recycleview fill fullitem to view, please always go with minheight or "wrap_content".

Thanks

[RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview compile 'com.android.support:recyclerview-v7:23.2.1'

//put below code 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

[RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview compile 'com.android.support:recyclerview-v7:23.2.1'

//put below code 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 recycleview fill fullitem to view, please always go with minheight or "wrap_content".

Thanks

Source Link
Bhaval Patel
  • 409
  • 1
  • 5
  • 13

[RESOLVED] I have same issue with Horizontal recycleview. Change Gradle repo for recycleview compile 'com.android.support:recyclerview-v7:23.2.1'

//put below code 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