File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ Fixed some issues related to rotating a device from portrait to landscape (and t
16161.0.3
1717-----
1818Removed attributes from AndroidManifest, because they may conflict with the ones in your app AndroidManifest
19+
20+ 1.0.4
21+ -----
22+ Added support for Android O
Original file line number Diff line number Diff line change 11Android-ExpandableTextView
22==========================
3- An expandable TextView for Android applications (4.0 +).
3+ An expandable TextView for Android applications (4.1 +).
44
55[ ![ Download] ( https://api.bintray.com/packages/blogcat/maven/android-expandabletextview/images/download.svg ) ] ( https://bintray.com/blogcat/maven/android-expandabletextview/_latestVersion )
66
77Demo
88----
99This repository also contains a demo project.
1010
11- ![ Demo] ( https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.3 /demo.gif )
11+ ![ Demo] ( https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.4 /demo.gif )
1212
1313Add dependency
1414--------------
@@ -32,7 +32,7 @@ library dependency
3232
3333``` groovy
3434 dependencies {
35- compile 'at.blogc:expandabletextview:1.0.3 '
35+ compile 'at.blogc:expandabletextview:1.0.4 '
3636 }
3737```
3838
@@ -131,13 +131,6 @@ expandableTextView.setOnExpandListener(new ExpandableTextView.OnExpandListener()
131131});
132132```
133133
134- Roadmap
135- =======
136-
137- * add method to know if the TextView is expandable or not
138- * optional fading edge at the bottom of the TextView
139- * update demo project with more examples
140-
141134License
142135=======
143136
You can’t perform that action at this time.
0 commit comments