Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binny1024 authored May 14, 2017
1 parent 1dddd10 commit 20e1c0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MoreTextView
一行代码实现TextView的“展开”和“收起”
# 需求介绍:
1、在文本末尾,实现点击“展开”---展开所有文本,并把“展开”改为“收起”;点击“收起”,则收起文本;
2、“展开”和“收起”紧跟文本末尾。并且不换行。

## 使用说明
new UtilMoreText(tv2,msg);//只需要传递两个参数,一个是TextView,一个是原始字符串
Expand Down

0 comments on commit 20e1c0a

Please sign in to comment.