h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

Is it possible to get the view of the [GroupView+ChildViews of this group]? #509

Open erichugh opened 4 years ago

erichugh commented 4 years ago

As the question. What I want to do is to set a gradient background to a group item, and when user expend the group, I want this gradient background apply to the expended group(the group item + it's own child items). Is it possible? Thanks!