Skip to content
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

When expanding, the child elements pass through the groups below them #34

Open
ALXKAY opened this issue Jul 26, 2018 · 2 comments
Open

Comments

@ALXKAY
Copy link
Contributor

ALXKAY commented Jul 26, 2018

If the TreeView does not fill the full screen, then when you expand, you can see how the children go through the groups below them.
bug

Any ideas how to fix this?

@shineM
Copy link
Owner

shineM commented Jul 26, 2018

try remove the RecyclerView animator?

@ALXKAY
Copy link
Contributor Author

ALXKAY commented Jul 26, 2018

I set a DefaultItemAnimator for the TreeView. I think it's better than completely removing the animation.

TreeView treeView;
...
treeView.setItemAnimator(new DefaultItemAnimator());

fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants