https://github.com/razerdp/httpurltextview
// 自识别url的textview
https://github.com/razerdp/httpurltextview
Last synced: about 1 year ago
JSON representation
// 自识别url的textview
- Host: GitHub
- URL: https://github.com/razerdp/httpurltextview
- Owner: razerdp
- Created: 2015-11-12T02:22:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T02:59:43.000Z (over 10 years ago)
- Last Synced: 2025-04-06T22:04:58.515Z (over 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HttpUrlTextView
##
// 自识别url的textview,利用正则表达式检测url,并对其设置span,达到点击事件的效果。支持原文有span的text导入并保持原来的span点击效果不变
// 2015-11 :增加是否解析的开关