diff options
Diffstat (limited to 'docs/html/guide/tutorials/views/hello-autocomplete.jd')
-rw-r--r-- | docs/html/guide/tutorials/views/hello-autocomplete.jd | 4 |
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">← Back to Hello Views</a></p> + |