Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razerdp/httpurltextview
// 自识别url的textview
https://github.com/razerdp/httpurltextview
Last synced: 2 months ago
JSON representation
// 自识别url的textview
- Host: GitHub
- URL: https://github.com/razerdp/httpurltextview
- Owner: razerdp
- Created: 2015-11-12T02:22:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T02:59:43.000Z (about 9 years ago)
- Last Synced: 2024-03-03T11:33:45.198Z (10 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 11
- Watchers: 4
- 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 :增加是否解析的开关