-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support ItemDecorations #38
Comments
I'm assuming this is to make it easy and logical to add decorations to only certain parts of the whole list. For example, if the list is comprised of adapter A followed by adapter B, calling Is that the case? If so, it'd be a great thing to have. I'd also like to have this sort of logic abstracted out so the "source" of a position can be determined for any reason. In my particular case, I've got a header view followed by a list, and I'm implementing drag-and-drop. I'd like to, with only the list positions |
Exactly. Currently you can use
|
Awesome! Any ideas for working backwards from a position? |
Not sure what you mean by that. Can you clarify? |
Sure. Let's say I have a big list:
Let's say I have some callback that gives me the This is somewhat related to the issue since that's essentially what |
Ah, gotcha. My thoughts so far are to use the same logic that |
Understood. I think it'd be beneficial if that logic could be exposed through a method. |
Add the ability to specify 0+
ItemDecoration
s on aPowerAdapter
:PowerAdapter
This would allow the ability to decorate certain ranges of items.
The text was updated successfully, but these errors were encountered: