Paul Turner
Paul Turner
Sorry for the delay in responding here. This seems like a pretty high priority issue, however I'm unable to reproduce this with our samples. Has anyone seen it in the...
@anetefr in your example in the adapter you override: ``` @Override public int getItemCount () { return bauList.size(); } ``` This should not be the case, does removing this fix...
This has been at the back of my mind as well, some related questions: 1. Should it scroll down to try and show all the children on every expand (ie...
Hi @XxGoliathusxX That seems pretty cool, I'll see if I can find a good spot for it in our documentation!
Thanks for reporting the issue. In order to figure out what might need to get fixed, we'll need to know which methods are specifically eating up the main thread. If...
No this feature has not been added yet. This issue is being used to track that effort.
Hi @chenasraf Sorry for not catching your SO post. What do you mean by overflow? could you highlight what you are seeing happen incorrectly in the screenshots? What is the...
Oh I see, what is the xml of your fragment/activity that has the RecyclerView, looks like you may be using wrap content?
The XML I'm looking for is something that contains your RecyclerView, something like (I don't see it in the original post but I might be wrong!): ```xml ``` I haven't...
And that version is still clipping your views?