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
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,22 +64,23 @@ SDHtmlTextView use HTMLSpanner to display properly in TextViews an html page, ov
64
64
*``text-decoration`` only underline and line-through
65
65
66
66
## Usage
67
+
1. If you already have an implementation of TextView you could simply use HtmlSpanner, that wrap only the html code and convert it to a spannable string.
67
68
68
-
1.**Add the library as a dependency**
69
+
1.1.**Add the library as a dependency**
69
70
70
-
1.1 in **Project level `build.gradle`** add those repositories
71
+
1.1.1 in **Project level `build.gradle`** add those repositories
0 commit comments