24 lines
709 B
YAML
24 lines
709 B
YAML
|
|
||
|
# GOOGLE SAMPLE PACKAGING DATA
|
||
|
#
|
||
|
# This file is used by Google as part of our samples packaging process.
|
||
|
# End users may safely ignore this file. It has no relevance to other systems.
|
||
|
---
|
||
|
status: PUBLISHED
|
||
|
technologies: [Android]
|
||
|
categories: [Views]
|
||
|
languages: [Java]
|
||
|
solutions: [Mobile]
|
||
|
github: android-TextLinkify
|
||
|
level: INTERMEDIATE
|
||
|
icon: screenshots/icon-web.png
|
||
|
apiRefs:
|
||
|
- android:android.widget.TextView
|
||
|
- android:android.text.util.Linkify
|
||
|
- android:android.text.Html
|
||
|
- android:android.text.SpannableString
|
||
|
- android:android.text.style.StyleSpan
|
||
|
- android:android.text.style.URLSpan
|
||
|
- android:android.text.SpannableString
|
||
|
license: apache2
|