SpannedGridLayoutManager icon indicating copy to clipboard operation
SpannedGridLayoutManager copied to clipboard

Android RecyclerView.LayoutManager that resizes and reorders views based on SpanSize

Results 12 SpannedGridLayoutManager issues
Sort by recently updated
recently updated
newest added

Here's the skeleton of my XML for the main activity ``` ``` The FrameLayout holds a fragment and here's how it looks like: ``` ``` The problem is when using...

I dont know why i am adding data like 15 items i see that into my Recyclerview i have more. I tried to use an other LayoutManager and i dont...

I just try version 3.0.2 when I scroll down to the bottom I found an empty space like this ![ezgif-1-46ecebc152f2](https://user-images.githubusercontent.com/15921410/50281859-6f893280-0483-11e9-8c5e-8f1857af5670.gif) I also add items at the start to show that...

I have the following code to collect my items to show in my RV: ``` // Spanned public RecyclerView.LayoutManager getLayoutManager() { if (!mMainView || mDataHolder.getViewMode(mActivity).equals("grid")) { // We force the...

enhancement

Nested scrolling with my (and neither with your) code does not working at all. It just makes my screen unscrollable. If i change the SpannedGridLayoutManager to a simple LinearLayoutManager, the...

在滚动后再回滚到列表开始位置,然后调用firstVisiblePosition 获取到的总是1而不是0

Hello here. I tried to force the line height in the case of a vertical spanned grid recycler view. On creating the ViewHolder, I set a new SpanLayoutParams with a...

Adds a function for the developer to customize the height of each item.

@Arasthel I don't know whether it would be possible or not but because 'SpannedGridLayoutManager' has not been extended from 'LinearLayoutManager' a lot of code is breaking including the glide preloader...