Home > Q&A > body text
高洛峰2017-04-17 17:30:25
There are many methods, the simpler one is directly in the xml中添加android:autoLink="email|phone|web"值是链接的类型。这种自动识别,若想手动识别跳转,可以重写ClickableSpan class, and it also supports changing the text color when clicked.
xml
android:autoLink="email|phone|web"
ClickableSpan