Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used: 1.2.1
Devices/Android versions reproduced on: all versions
ItemDecorator, unable to, do not draw divider line, after the last item, with transparent item background.
I have several headers and footers, and I do not want it to have dividers, but items should have, except of last visible item.
can you add some methods to allow developers to control which item divider is drawing and which is not ?
to skip headers and footers, and last item, for example,
public class ItemDecorator {
@Override
boolean isDividerVisibleAtPosition(itemPositionIndex)
@Override
boolean isShowDividerAtItemTop()
@Override
boolean isShowDividerAtItemBottom()
@Override
boolean isShowDividerAtItemLeft()
@Override
boolean isShowDividerAtItemRight()
}