summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/tutorials/views/hello-autocomplete.jd
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:43 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:43 -0800
commitf013e1afd1e68af5e3b868c26a653bbfb39538f8 (patch)
tree7ad6c8fd9c7b55f4b4017171dec1cb760bbd26bf /docs/html/guide/tutorials/views/hello-autocomplete.jd
parente70cfafe580c6f2994c4827cd8a534aabf3eb05c (diff)
downloadframeworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.zip
frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.gz
frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.bz2
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'docs/html/guide/tutorials/views/hello-autocomplete.jd')
-rw-r--r--docs/html/guide/tutorials/views/hello-autocomplete.jd4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/views/hello-autocomplete.jd b/docs/html/guide/tutorials/views/hello-autocomplete.jd
index 9f97b32..de3ba29 100644
--- a/docs/html/guide/tutorials/views/hello-autocomplete.jd
+++ b/docs/html/guide/tutorials/views/hello-autocomplete.jd
@@ -1,4 +1,6 @@
page.title=Hello, AutoCompleteTextView
+parent.title=Hello, Views
+parent.link=index.html
@jd:body
<p>{@link android.widget.AutoCompleteTextView} is an implementation of the EditText widget that will provide
@@ -111,4 +113,4 @@ static final String[] COUNTRIES = new String[] {
<li>{@link android.widget.AutoCompleteTextView}</li>
</ul>
-<p><a href="{@docRoot}guide/tutorials/views/hello-views-index.html">&larr; Back to Hello Views</a></p>
+