Skip to content

Commit a65fa3b

Browse files
Update README.md
1 parent c5ecf5e commit a65fa3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,16 @@ compile 'com.jaydenxiao:ExpandableTextView:1.0.0'
5353
app:textCollapse="@string/collapse"
5454
app:textExpand="@string/expand" />
5555
```
56+
5657
######设置text值
58+
5759
- 普通情况
5860
expandableTextView.setText("content");
5961
- 列表情况(把item位置传入,记录状态)
6062
expandableTextView.setText("content",position);
63+
64+
65+
**更多精彩文章请关注微信公众号"Android经验分享":这里将长期为您分享Android高手经验、中外开源项目、源码解析、框架设计和Android好文推荐!**
66+
67+
68+
![扫一扫加我哦](https://github.com/jaydenxiao2016/ExpandableTextViewExample/blob/master/arts/qrcode_for_gh_e90bfe968c01_430.jpg)

0 commit comments

Comments
 (0)