1# GOOGLE SAMPLE PACKAGING DATA 2# 3# This file is used by Google as part of our samples packaging process. 4# End users may safely ignore this file. It has no relevance to other systems. 5--- 6# Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} 7status: PUBLISHED 8 9# Optional, put additional explanation here for DEPRECATED or SUPERCEDED. 10# statusNote: 11 12# See http://go/sample-categories 13technologies: [Android] 14categories: [Getting Started, UI, Text] 15languages: [Java] 16solutions: [Mobile] 17 18# May be omitted if unpublished 19github: google/android-text 20 21# Values: BEGINNER | INTERMEDIATE | ADVANCED | EXPERT 22level: BEGINNER 23 24# Dimensions: 512x512, PNG fomrat 25icon: screenshots/icon_web.png 26 27# List of APIs that this sample should be listed under. Use authoritive, 28# names that are unique for the product in question. Examples: 29# 30# Android - android:<class-name> 31# App Engine - gae-java:<class name> 32# gae-python:<package> 33# Web Services - ws:<name of API from Cloud Console> 34apiRefs: 35 - android:android.text.SpannableStringBuilder 36 - android:android.text.Spanned 37 - android:android.text.SpannedString 38 - android:android.text.style.StyleSpan 39 - android:android.text.style.RelativeSizeSpan 40 - android:android.text.style.MetricAffectingSpan 41 42 43# Default: apache2. May be omitted for most samples. 44# Alternatives: apache2-android (for AOSP) 45license: apache2 46