-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GridLayoutManager usage #7
Comments
Interesting, what does your implementation of |
I just save list.
Add method to PeopleAdapter.
Save into variable type(Header or not) and add method to PeopleListItem.
|
It must have something to do with the fact that as the groups are expanded/collapsed, the positions of the headers change. The grid layout doesn't realize that the column spans are changing at those positions. I will need to look into it. I've never tried to use it with grid layout manager. |
Greetings!
I'm trying to use this lib with GridLayoutManager.
But when I've done this, the result was not as I expected.
When all tabs are expanded thats fine. In other cases it's looked wired.
I use this code in my Activity.
The text was updated successfully, but these errors were encountered: