summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/package.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
commitd83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /core/java/android/text/package.html
parent076357b8567458d4b6dfdcf839ef751634cd2bfb (diff)
downloadframeworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.zip
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.gz
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'core/java/android/text/package.html')
-rw-r--r--core/java/android/text/package.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/java/android/text/package.html b/core/java/android/text/package.html
deleted file mode 100644
index 162dcd8..0000000
--- a/core/java/android/text/package.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<body>
-
-<p>Provides classes used to render or track text and text spans on the screen.</p>
-<p>You can use these classes to design your own widgets that manage text,
-to handle arbitrary text spans for changes, or to handle drawing yourself
-for an existing widget.</p>
-<p>The Span&hellip; interfaces and classes are used to create or manage spans of
-text in a View item. You can use these to style the text or background, or to
-listen for changes. If creating your own widget, extend DynamicLayout, to manages
-the actual wrapping and drawing of your text.
-</body>
-</html>