expandable-recyclerview icon indicating copy to clipboard operation
expandable-recyclerview copied to clipboard

可以展开、折叠分组,支持添加多种divider的adapter

Results 1 expandable-recyclerview issues
Sort by recently updated
recently updated
newest added

/** * 子item布局的UI设置 * * @param holder * @param groupIndex * @param childIndex */ @SuppressLint({"SetTextI18n", "ResourceType"}) @Override protected void onBindChildViewHolder(ChildHolder holder, int groupIndex, int childIndex) { RowsBeanX childBean = groupList.get(groupIndex);...