ExpandableRecyclerView icon indicating copy to clipboard operation
ExpandableRecyclerView copied to clipboard

Custom RecyclerView#Adapter that implement features like ExpandableListView

Results 4 ExpandableRecyclerView issues
Sort by recently updated
recently updated
newest added

Couldn't compile my app until I imported your library as a module and manually migrated it.

I want to display to the user an expanded menu about a second after he opened the menu how do i expand the menu programmatically ? How do I click...

折叠部分可否设置成gridview?

你好,非常喜欢你的库,这里有点小瑕疵:删除一个item时,下标错乱引起的崩溃问题。 `需要在notifyItemRangeRemoved(childAdapterPosStart, childItemCount);`之后,加上如下代码: ![index out](https://user-images.githubusercontent.com/17759213/28958485-1a2cba0a-7929-11e7-856a-23cad3bacee7.png) 由于`getChildAdapterPosition(int parentPosition, int childPosition)`方法为private,childAdapterPosStart拿不到,所以也无法在外边单独执行上述代码。

question