File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed 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
16
16
1.0.3
17
17
-----
18
18
Removed 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 1
1
Android-ExpandableTextView
2
2
==========================
3
- An expandable TextView for Android applications (4.0 +).
3
+ An expandable TextView for Android applications (4.1 +).
4
4
5
5
[ ![ Download] ( https://api.bintray.com/packages/blogcat/maven/android-expandabletextview/images/download.svg ) ] ( https://bintray.com/blogcat/maven/android-expandabletextview/_latestVersion )
6
6
7
7
Demo
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.3 /demo.gif )
11
+ ![ Demo] ( https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.4 /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.3 '
35
+ compile 'at.blogc:expandabletextview:1.0.4 '
36
36
}
37
37
```
38
38
@@ -131,13 +131,6 @@ expandableTextView.setOnExpandListener(new ExpandableTextView.OnExpandListener()
131
131
});
132
132
```
133
133
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
-
141
134
License
142
135
=======
143
136
You can’t perform that action at this time.
0 commit comments