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 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.
The text was updated successfully, but these errors were encountered:
@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...
davideas
changed the title
Divider item decorator become invisible
DividerItemDecorator should be configured to be drawn OVER or UNDERNEATH the items
Jun 7, 2016
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.
The text was updated successfully, but these errors were encountered: