File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88----
99This repository also contains a demo project.
1010
11- ![ Demo] ( https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.1 /demo.gif )
11+ ![ Demo] ( https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.2 /demo.gif )
1212
1313Add dependency
1414--------------
@@ -32,7 +32,7 @@ library dependency
3232
3333``` groovy
3434 dependencies {
35- compile ('at.blogc:expandabletextview:1.0.1 @aar')
35+ compile ('at.blogc:expandabletextview:1.0.2 @aar')
3636 }
3737```
3838
@@ -134,6 +134,7 @@ expandableTextView.setOnExpandListener(new ExpandableTextView.OnExpandListener()
134134Roadmap
135135=======
136136
137+ * add method to know if the TextView is expandable or not
137138* optional fading edge at the bottom of the TextView
138139* update demo project with more examples
139140
You can’t perform that action at this time.
0 commit comments