You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This lib provides simple and fluent API for creating [Android Spannable](https:/
5
5
Features:
6
6
- Simple and fluent API
7
7
- Helpers to create spans
8
-
- Small method footprint (<200 methods, 24kb AAR package)
8
+
- Small method footprint (<200 methods, 28kb AAR package)
9
9
10
10
This library focuses on building spannable.
11
11
If you prefer put full text first and then apply spans, take a look at [another awesome library](https://github.com/jaychang0917/SimpleText)
@@ -75,6 +75,8 @@ val spannable = Spanner("The quick brown fox jumps over the lazy dog")
0 commit comments