You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use FlexboxLayoutManager and FlexboxItemDecoration in my project. And there is only one RecyclerView in my activity.
It's ok when I added a item in RecyclerView if the view's height is less than screen's. But if the view's height is more than screen's, the decoration is missing in some items.
I don't know how to fix it.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, I tried to reproduce it on my end, but couldn't reproduce it so far even though I set the ViewHolder's height longer than the screen height.
Is it possible to share your reproducible code?
Thanks.
@thagikura This is the URL: My demo.
You'll see this problem if you add enough items that the height of the recyclerview is more than screen's and then scroll the recyclerview over from bottom to top or inverse.
My phone is Moto X and the Android version is 5.1.
I use FlexboxLayoutManager and FlexboxItemDecoration in my project. And there is only one RecyclerView in my activity.
It's ok when I added a item in RecyclerView if the view's height is less than screen's. But if the view's height is more than screen's, the decoration is missing in some items.
I don't know how to fix it.
The text was updated successfully, but these errors were encountered: