We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ecf5e commit a65fa3bCopy full SHA for a65fa3b
README.md
@@ -53,8 +53,16 @@ compile 'com.jaydenxiao:ExpandableTextView:1.0.0'
53
app:textCollapse="@string/collapse"
54
app:textExpand="@string/expand" />
55
```
56
+
57
######设置text值
58
59
- 普通情况
60
expandableTextView.setText("content");
61
- 列表情况(把item位置传入,记录状态)
62
expandableTextView.setText("content",position);
63
64
65
+**更多精彩文章请关注微信公众号"Android经验分享":这里将长期为您分享Android高手经验、中外开源项目、源码解析、框架设计和Android好文推荐!**
66
67
68
+
0 commit comments