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 8
8
----
9
9
This repository also contains a demo project.
10
10
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 )
12
12
13
13
Add dependency
14
14
--------------
@@ -32,7 +32,7 @@ library dependency
32
32
33
33
``` groovy
34
34
dependencies {
35
- compile ('at.blogc:expandabletextview:1.0.1 @aar')
35
+ compile ('at.blogc:expandabletextview:1.0.2 @aar')
36
36
}
37
37
```
38
38
@@ -134,6 +134,7 @@ expandableTextView.setOnExpandListener(new ExpandableTextView.OnExpandListener()
134
134
Roadmap
135
135
=======
136
136
137
+ * add method to know if the TextView is expandable or not
137
138
* optional fading edge at the bottom of the TextView
138
139
* update demo project with more examples
139
140
You can’t perform that action at this time.
0 commit comments