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

DividerItemDecorator should be configured to be drawn OVER or UNDERNEATH the items #106

Closed
vverbytskyi10 opened this issue Jun 7, 2016 · 2 comments

Comments

@vverbytskyi10
Copy link

I don't know, maybe I am not right, but even in yours examples, item decorator is visible, only if
we using ?attr/selectableItemBackground for item. But if I add simple (white) color, divider become invisible after items add to view.

@davideas
Copy link
Owner

davideas commented Jun 7, 2016

@vverbitskyy the reason because now it's drawn below, it's because when dragging, all decorators remain on the top and the dragging item shifts below the decorator, I should add a parameter to draw on the top or normal as now.

It's an improvement very easy to do, I will it now.
BUT, when drawn on the top it is not compatible with the Dragging use case, I mean, all the lines remain visible over the dragging item...

@vverbytskyi10
Copy link
Author

good. thanks

@davideas davideas added this to the 5.0.0 milestone Jun 7, 2016
@davideas davideas changed the title Divider item decorator become invisible DividerItemDecorator should be configured to be drawn OVER or UNDERNEATH the items Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants