Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 687826f

Browse files
author
wanjian
committed
2 parents f404d48 + 0fbfa83 commit 687826f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
支持多种group布局和多种child布局
88

9+
![group](https://github.com/android-notes/expandable-recyclerview/blob/master/group.jpg?raw=true)
10+
911
继承`NestedAdapter`,实现下列方法即可,跟使用`ExpandableListview`类似
1012

1113
```java
@@ -37,6 +39,8 @@
3739

3840
### 为NestedAdapter添加divider
3941

42+
![divider](https://github.com/android-notes/expandable-recyclerview/blob/master/divider.jpg?raw=true)
43+
4044
支持添加头部,尾部,group间,child间,group和child间添加自定义divider
4145

4246
```java
@@ -56,6 +60,9 @@
5660

5761
### 展开折叠Recyclerview
5862

63+
![group](https://github.com/android-notes/expandable-recyclerview/blob/master/expan.gif?raw=true)
64+
65+
5966
继承自ExpandableAdapter即可,调用如下方法实现展开折叠,同样支持多种group布局和多种child布局
6067

6168
```java

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /