jmartinesp / SpannedGridLayoutManager

Android RecyclerView.LayoutManager that resizes and reorders views based on SpanSize
MIT License
600 stars 105 forks source link

gone views after scroll #15

Closed imaNNeo closed 6 years ago

imaNNeo commented 6 years ago

Hi, take a look at this gif ezgif-5-3c60896d75

compileSdkVersion 27 buildToolsVersion "27.0.3" implementation 'com.android.support:recyclerview-v7:27.1.0' implementation 'com.arasthel:spannedgridlayoutmanager:2.0.1'

imaNNeo commented 6 years ago

it fixed by adding ItemDecoration to the RecyclerView :|